The designateclient.cli.sync Module

The designateclient.cli.sync Module

class designateclient.cli.sync.SyncAllCommand(app, app_args, cmd_name=None)[source]

Bases: designateclient.cli.base.DeleteCommand

Sync Everything

execute(parsed_args)[source]

Execute something, this is since we overload self.take_action() in order to format the data

This method __NEEDS__ to be overloaded!

Parameters:parsed_args – The parsed args that are given by take_action()
log = <logging.Logger object>
class designateclient.cli.sync.SyncDomainCommand(app, app_args, cmd_name=None)[source]

Bases: designateclient.cli.base.DeleteCommand

Sync a single Domain

execute(parsed_args)[source]

Execute something, this is since we overload self.take_action() in order to format the data

This method __NEEDS__ to be overloaded!

Parameters:parsed_args – The parsed args that are given by take_action()
get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <logging.Logger object>
class designateclient.cli.sync.SyncRecordCommand(app, app_args, cmd_name=None)[source]

Bases: designateclient.cli.base.DeleteCommand

Sync a single Record

execute(parsed_args)[source]

Execute something, this is since we overload self.take_action() in order to format the data

This method __NEEDS__ to be overloaded!

Parameters:parsed_args – The parsed args that are given by take_action()
get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <logging.Logger object>
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

python-designateclient 2.10.1.dev3