public enum Cluster.Types.State
Reference documentation and code samples for the AlloyDB v1alpha API enum Cluster.Types.State.
Cluster State
Namespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Fields |
|
---|---|
Name | Description |
Bootstrapping |
The cluster is bootstrapping with data from some other source. Direct mutations to the cluster (e.g. adding read pool) are not allowed. |
Creating |
The cluster is being created. |
Deleting |
The cluster is being deleted. |
Empty |
The cluster is empty and has no associated resources. All instances, associated storage and backups have been deleted. |
Failed |
The creation of the cluster failed. |
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. |
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. |
Unspecified |
The state of the cluster is unknown. |