Reference documentation and code samples for the AlloyDB V1ALPHA API module Google::Cloud::AlloyDB::V1alpha::Instance::State.
Instance State
Constants
STATE_UNSPECIFIED
value: 0
The state of the instance is unknown.
READY
value: 1
The instance is active and running.
STOPPED
value: 2
The instance is stopped. Instance name and IP resources are preserved.
CREATING
value: 3
The instance is being created.
DELETING
value: 4
The instance is being deleted.
MAINTENANCE
value: 5
The instance is down for maintenance.
FAILED
value: 6
The creation of the instance failed or a fatal error occurred during
an operation on the instance.
Note: Instances in this state would tried to be auto-repaired. And
Customers should be able to restart, update or delete these instances.
BOOTSTRAPPING
value: 8
Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that
index unused in case that state also needs to exposed via consumer apis
in future.
The instance has been configured to sync data from some other source.
PROMOTING
value: 9
The instance is being promoted.