The Action
class inherits from Resource
.
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new()
and
existing()
.
connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow
Resource objects to be used without an active Connection, such as
in unit tests. Use of self._connection
in Resource code should
protect itself with a check for None.
Name of the action.
ID of the target object, which can be a cluster or a node.
Built-in type name of action.
A string representation of the reason why the action was created.
The owning engine that is currently running the action.
The ID of the user who created this action.
The ID of the project this profile belongs to.
The domain ID of the action.
Interval in seconds between two consecutive executions.
The time the action was started.
The time the action completed execution.
The timeout in seconds.
Current status of the action.
A dictionary containing the inputs to the action.
A dictionary containing the outputs to the action.
A list of actions that must finish before this action starts execution.
A list of actions that can start only after this action has finished.
Timestamp when the action is created.
Timestamp when the action was last updated.
The ID of cluster which this action runs on.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.