Reference documentation and code samples for the AlloyDB V1BETA API module Google::Cloud::AlloyDB::V1beta::Cluster::State.
Cluster State
Constants
STATE_UNSPECIFIED
value: 0
The state of the cluster is unknown.
READY
value: 1
The cluster is active and running.
STOPPED
value: 2
The cluster is stopped. All instances in the cluster are stopped.
Customers can start a stopped cluster at any point and all their
instances will come back to life with same names and IP resources. In
this state, customer pays for storage.
Associated backups could also be present in a stopped cluster.
EMPTY
value: 3
The cluster is empty and has no associated resources.
All instances, associated storage and backups have been deleted.
CREATING
value: 4
The cluster is being created.
DELETING
value: 5
The cluster is being deleted.
FAILED
value: 6
The creation of the cluster failed.
BOOTSTRAPPING
value: 7
The cluster is bootstrapping with data from some other source.
Direct mutations to the cluster (e.g. adding read pool) are not allowed.
MAINTENANCE
value: 8
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
value: 9
The cluster is being promoted.