The magnumclient.osc.v1.cluster_templates Module

The magnumclient.osc.v1.cluster_templates Module

class 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 = <Logger magnumclient.osc.v1.cluster_templates.CreateClusterTemplate (WARNING)>
take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class 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 = <Logger magnumclient.osc.v1.cluster_templates.DeleteClusterTemplate (WARNING)>
take_action(parsed_args)

Override to do something useful.

The returned value will be returned by the program.

class 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 = <KeywordArgumentAdapter magnumclient.osc.v1.cluster_templates.ListTemplateCluster (WARNING)>
take_action(parsed_args)

Return a tuple containing the column names and an iterable containing the data to be listed.

class 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 = <KeywordArgumentAdapter magnumclient.osc.v1.cluster_templates.ShowClusterTemplate (WARNING)>
take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class 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 = <KeywordArgumentAdapter magnumclient.osc.v1.cluster_templates.UpdateClusterTemplate (WARNING)>
take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

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.