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)
log = <logging.Logger object>
take_action(parsed_args)
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)
log = <logging.Logger object>
take_action(parsed_args)
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)
log = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)
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)
log = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)
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)
log = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)
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.