State(value)Enum State defines possible states of private cloud clusters.
Enums |
|
|---|---|
| Name | Description |
STATE_UNSPECIFIED |
The default value. This value should never be used. |
ACTIVE |
The Cluster is operational and can be used by the user. |
CREATING |
The Cluster is being deployed. |
UPDATING |
Adding or removing of a node to the cluster, any other cluster specific updates. |
DELETING |
The Cluster is being deleted. |
REPAIRING |
The Cluster is undergoing maintenance, for example: a failed node is getting replaced. |