state property
The current serving state of the cluster.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state of the cluster is unknown.
- "READY" : The cluster is active and running.
- "STOPPED" : This is unused. Even when all instances in the cluster are stopped, the cluster remains in READY state.
- "EMPTY" : The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted.
- "CREATING" : The cluster is being created.
- "DELETING" : The cluster is being deleted.
- "FAILED" : The creation of the cluster failed.
- "BOOTSTRAPPING" : The cluster is bootstrapping with data from some other source. Direct mutations to the cluster (e.g. adding read pool) are not allowed.
- "MAINTENANCE" : The cluster is under maintenance. AlloyDB regularly performs maintenance and upgrades on customer clusters. Updates on the cluster are not allowed while the cluster is in this state.
- "PROMOTING" : The cluster is being promoted.
Implementation
core.String? state;