magnumclient.osc.v1.cluster_templates Module¶magnumclient.osc.v1.cluster_templates.CreateClusterTemplate(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Create a Cluster Template.
get_parser(prog_name)¶Return an argparse.ArgumentParser.
log = <logging.Logger object>¶take_action(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
magnumclient.osc.v1.cluster_templates.DeleteClusterTemplate(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
Delete a Cluster Template.
get_parser(prog_name)¶Return an argparse.ArgumentParser.
log = <logging.Logger object>¶take_action(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
magnumclient.osc.v1.cluster_templates.ListTemplateCluster(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Lister
List Cluster Templates.
get_parser(prog_name)¶Return an argparse.ArgumentParser.
log = <oslo_log.log.KeywordArgumentAdapter object>¶take_action(parsed_args)¶Return a tuple containing the column names and an iterable containing the data to be listed.
magnumclient.osc.v1.cluster_templates.ShowClusterTemplate(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Show a Cluster Template.
get_parser(prog_name)¶Return an argparse.ArgumentParser.
log = <oslo_log.log.KeywordArgumentAdapter object>¶take_action(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
magnumclient.osc.v1.cluster_templates.UpdateClusterTemplate(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Update a Cluster Template.
get_parser(prog_name)¶Return an argparse.ArgumentParser.
log = <oslo_log.log.KeywordArgumentAdapter object>¶take_action(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.