The Cluster class inherits from Resource.
openstack.cluster.v1.cluster.Cluster(_synchronized=False, **attrs)¶The base resource
| Parameters: | _synchronized (bool) – This is not intended to be used directly.
See new()andexisting(). | 
|---|
name = None¶The name of the cluster.
profile_id = None¶The ID of the profile used by this cluster.
user_id = None¶The ID of the user who created this cluster, thus the owner of it.
project_id = None¶The ID of the project this cluster belongs to.
domain_id = None¶The domain ID of the cluster owner.
init_at = None¶Timestamp of when the cluster was initialized. Type: datetime object parsed from ISO 8601 formatted string
created_at = None¶Timestamp of when the cluster was created. Type: datetime object parsed from ISO 8601 formatted string
updated_at = None¶Timestamp of when the cluster was last updated. Type: datetime object parsed from ISO 8601 formatted string
min_size = None¶Lower bound (inclusive) for the size of the cluster.
max_size = None¶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 = None¶Desired capacity for the cluster. A cluster would be created at the scale specified by this value.
timeout = None¶Default timeout (in seconds) for cluster operations.
status = None¶A string representation of the cluster status.
status_reason = None¶A string describing the reason why the cluster in current status.
metadata = None¶A collection of key-value pairs that are attached to the cluster.
data = None¶A dictionary with some runtime data associated with the cluster.
node_ids = None¶A list IDs of nodes that are members of the cluster.
profile_name = None¶Name of the profile used by the cluster.
dependents = None¶A dictionary with dependency information of the cluster
 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.