openstack.cluster.v1.action¶
The Action Class¶
The Action
class inherits from Resource
.
-
class
openstack.cluster.v1.action.
Action
(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()
andexisting()
.-
name
= None¶ Name of the action.
-
target_id
= None¶ ID of the target object, which can be a cluster or a node.
-
action
= None¶ Built-in type name of action.
-
cause
= None¶ A string representation of the reason why the action was created.
-
owner_id
= None¶ The owning engine that is currently running the action.
-
user_id
= None¶ The ID of the user who created this action.
-
project_id
= None¶ The ID of the project this profile belongs to.
-
interval
= None¶ Interval in seconds between two consecutive executions.
-
start_at
= None¶ The time the action was started.
-
end_at
= None¶ The time the action completed execution.
-
timeout
= None¶ The timeout in seconds.
-
status
= None¶ Current status of the action.
-
status_reason
= None¶ A string describing the reason that brought the action to its current
-
inputs
= None¶ A dictionary containing the inputs to the action.
-
outputs
= None¶ A dictionary containing the outputs to the action.
-
depends_on
= None¶ A list of actions that must finish before this action starts execution.
-
depended_by
= None¶ A list of actions that can start only after this action has finished.
-
created_at
= None¶ Timestamp when the action is created.
-
updated_at
= None¶ Timestamp when the action was last updated.
-