The freezerclient.v1.actions Module

The freezerclient.v1.actions Module

class freezerclient.v1.actions.ActionCreate(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Create an action from a file

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.actions.ActionDelete(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Delete an action from the api

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.actions.ActionList(app, app_args, cmd_name=None)[source]

Bases: cliff.lister.Lister

List all actions for your user

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.actions.ActionShow(app, app_args, cmd_name=None)[source]

Bases: cliff.show.ShowOne

Show a single action

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.actions.ActionUpdate(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Update an action from a file

get_parser(prog_name)[source]
take_action(parsed_args)[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.