Class State (0.3.10)

State(value)

Cluster State

Values: STATE_UNSPECIFIED (0): The state of the cluster is unknown. READY (1): The cluster is active and running. STOPPED (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 (3): The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted. CREATING (4): The cluster is being created. DELETING (5): The cluster is being deleted. FAILED (6): The creation of the cluster failed. BOOTSTRAPPING (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 (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 (9): The cluster is being promoted.