The designateclient.v2.cli.quotas Module
this page last updated: 2020-02-21 12:52:19.806963
-
class
designateclient.v2.cli.quotas.ListQuotasCommand(app, app_args, cmd_name=None)[source]
Bases: cliff.show.ShowOne
List quotas
-
get_parser(prog_name)[source]
Return an argparse.ArgumentParser.
-
take_action(parsed_args)[source]
Return a two-part tuple with a tuple of column names
and a tuple of values.
-
class
designateclient.v2.cli.quotas.ResetQuotasCommand(app, app_args, cmd_name=None)[source]
Bases: cliff.command.Command
Reset quotas
-
get_parser(prog_name)[source]
Return an argparse.ArgumentParser.
-
take_action(parsed_args)[source]
Override to do something useful.
The returned value will be returned by the program.
-
class
designateclient.v2.cli.quotas.SetQuotasCommand(app, app_args, cmd_name=None)[source]
Bases: cliff.show.ShowOne
Set quotas
-
get_parser(prog_name)[source]
Return an argparse.ArgumentParser.
-
take_action(parsed_args)[source]
Return a two-part tuple with a tuple of column names
and a tuple of values.
this page last updated: 2020-02-21 12:52:19.806963