Module: Google::Cloud::AlloyDB::V1beta::Cluster::State
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
Overview
Cluster State
Constant Summary collapse
- STATE_UNSPECIFIED =
The state of the cluster is unknown.
0- READY =
The cluster is active and running.
1- STOPPED =
This is unused. Even when all instances in the cluster are stopped, the cluster remains in READY state.
2- EMPTY =
The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted.
3- CREATING =
The cluster is being created.
4- DELETING =
The cluster is being deleted.
5- FAILED =
The creation of the cluster failed.
6- BOOTSTRAPPING =
The cluster is bootstrapping with data from some other source. Direct mutations to the cluster (e.g. adding read pool) are not allowed.
7- 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.
8- PROMOTING =
The cluster is being promoted.
9