The watcherclient.v1.action_plan_shell Module

The watcherclient.v1.action_plan_shell Module

class watcherclient.v1.action_plan_shell.CancelActionPlan(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Cancel action plan command.

get_parser(prog_name)[source]
log = <logging.Logger object>
take_action(parsed_args)[source]
class watcherclient.v1.action_plan_shell.CreateActionPlan(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Create new audit.

get_parser(prog_name)[source]
log = <logging.Logger object>
take_action(parsed_args)[source]
class watcherclient.v1.action_plan_shell.DeleteActionPlan(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Command

Delete action plan command.

get_parser(prog_name)[source]
log = <logging.Logger object>
take_action(parsed_args)[source]
class watcherclient.v1.action_plan_shell.ListActionPlan(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Lister

List information on retrieved action plans.

get_parser(prog_name)[source]
log = <logging.Logger object>
take_action(parsed_args)[source]
class watcherclient.v1.action_plan_shell.ShowActionPlan(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Show detailed information about a given action plan.

get_parser(prog_name)[source]
log = <logging.Logger object>
take_action(parsed_args)[source]
class watcherclient.v1.action_plan_shell.StartActionPlan(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Start action plan command.

get_parser(prog_name)[source]
log = <logging.Logger object>
take_action(parsed_args)[source]
class watcherclient.v1.action_plan_shell.UpdateActionPlan(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.ShowOne

Update action plan command.

get_parser(prog_name)[source]
log = <logging.Logger object>
take_action(parsed_args)[source]
watcherclient.v1.action_plan_shell.format_global_efficacy(global_efficacy)[source]
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.