AlloyDB V1ALPHA API - Module Google::Cloud::AlloyDB::V1alpha::Cluster::State (v0.16.0)

Reference documentation and code samples for the AlloyDB V1ALPHA API module Google::Cloud::AlloyDB::V1alpha::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
This is unused. Even when all instances in the cluster are stopped, the cluster remains in READY state.

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.