The Cluster
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.
The name of the cluster.
The ID of the profile used by this cluster.
The ID of the user who created this cluster, thus the owner of it.
The ID of the project this cluster belongs to.
The domain ID of the cluster owner.
Timestamp of when the cluster was initialized. Type: datetime object parsed from ISO 8601 formatted string
Timestamp of when the cluster was created. Type: datetime object parsed from ISO 8601 formatted string
Timestamp of when the cluster was last updated. Type: datetime object parsed from ISO 8601 formatted string
Lower bound (inclusive) for the size of the cluster.
Upper bound (inclusive) for the size of the cluster. A value of -1 indicates that there is no upper limit of cluster size.
Desired capacity for the cluster. A cluster would be created at the scale specified by this value.
Default timeout (in seconds) for cluster operations.
A string representation of the cluster status.
A string describing the reason why the cluster in current status.
A dictionary configuration for cluster.
A collection of key-value pairs that are attached to the cluster.
A dictionary with some runtime data associated with the cluster.
A list IDs of nodes that are members of the cluster.
Name of the profile used by the cluster.
Specify whether the cluster update should only pertain to the profile.
A dictionary with dependency information of the cluster
Perform an operation on the cluster.
session – A session object used for sending request.
operation – A string representing the operation to be performed.
params (dict) – An optional dict providing the parameters for the operation.
A dictionary containing the action ID.
Force delete a cluster.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.