state property
State of the resource.
Output only. Possible string values are:
- "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.
Implementation
core.String? state;