The designateclient.v2.cli.service_statuses Module
this page last updated: 2019-09-20 07:34:08.429616
-
class
designateclient.v2.cli.service_statuses.ListServiceStatusesCommand(app, app_args, cmd_name=None)[source]
Bases: osc_lib.command.command.Lister
List service statuses
-
columns = ['id', 'hostname', 'service_name', 'status', 'stats', 'capabilities']
-
get_parser(prog_name)[source]
Return an argparse.ArgumentParser.
-
log = <logging.Logger object>
-
take_action(parsed_args)[source]
Return a tuple containing the column names and an iterable
containing the data to be listed.
-
class
designateclient.v2.cli.service_statuses.ShowServiceStatusCommand(app, app_args, cmd_name=None)[source]
Bases: osc_lib.command.command.ShowOne
Show service status details
-
get_parser(prog_name)[source]
Return an argparse.ArgumentParser.
-
log = <logging.Logger object>
-
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: 2019-09-20 07:34:08.429616