The magnumclient.osc.v1.clusters Module

The magnumclient.osc.v1.clusters Module

class magnumclient.osc.v1.clusters.ConfigCluster(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Command

get_parser(prog_name)
log = <logging.Logger object at 0x4c9a0d0>
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.

class magnumclient.osc.v1.clusters.CreateCluster(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Command

get_parser(prog_name)
log = <logging.Logger object at 0x4c71e10>
take_action(parsed_args)
class magnumclient.osc.v1.clusters.DeleteCluster(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Command

get_parser(prog_name)
log = <logging.Logger object at 0x4c71090>
take_action(parsed_args)
class magnumclient.osc.v1.clusters.ListCluster(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Lister

get_parser(prog_name)
log = <logging.Logger object at 0x4c6efd0>
take_action(parsed_args)
class magnumclient.osc.v1.clusters.ShowCluster(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.ShowOne

get_parser(prog_name)
log = <logging.Logger object at 0x4c9a610>
take_action(parsed_args)
class magnumclient.osc.v1.clusters.UpdateCluster(app, app_args, cmd_name=None)

Bases: osc_lib.command.command.Command

get_parser(prog_name)
log = <logging.Logger object at 0x4c9a510>
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.