AlloyDB V1 API - Module Google::Cloud::AlloyDB::V1::Cluster::State (v1.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the AlloyDB V1 API module Google::Cloud::AlloyDB::V1::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]