ActionsΒΆ

class heatclient.v1.actions.Action(manager, info, loaded=False)

Bases: heatclient.openstack.common.apiclient.base.Resource

Action.data(**kwargs)
Action.delete()
Action.update(**fields)
class heatclient.v1.actions.ActionManager(client)

Bases: heatclient.v1.stacks.StackChildManager

ActionManager.cancel_update(stack_id)

Cancel running update of a stack.

ActionManager.check(stack_id)

Check a stack.

ActionManager.resource_class

alias of Action

ActionManager.resume(stack_id)

Resume a stack.

ActionManager.suspend(stack_id)

Suspend a stack.

Previous topic

Events

Next topic

Software_configs

This Page