magnumclient.osc.v1.clusters
Module¶magnumclient.osc.v1.clusters.
ConfigCluster
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <Logger magnumclient.osc.v1.clusters.ConfigCluster (WARNING)>¶take_action
(parsed_args)¶Configure native client to access cluster.
You can source the output of this command to get the native client of the corresponding COE configured to access the cluster.
magnumclient.osc.v1.clusters.
CreateCluster
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <Logger magnumclient.osc.v1.clusters.CreateCluster (WARNING)>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
magnumclient.osc.v1.clusters.
DeleteCluster
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <Logger magnumclient.osc.v1.clusters.DeleteCluster (WARNING)>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
magnumclient.osc.v1.clusters.
ListCluster
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Lister
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <Logger magnumclient.osc.v1.clusters.ListCluster (WARNING)>¶take_action
(parsed_args)¶Return a tuple containing the column names and an iterable containing the data to be listed.
magnumclient.osc.v1.clusters.
ShowCluster
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <Logger magnumclient.osc.v1.clusters.ShowCluster (WARNING)>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
magnumclient.osc.v1.clusters.
UpdateCluster
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <Logger magnumclient.osc.v1.clusters.UpdateCluster (WARNING)>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.