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.
Creating
The instance is being created.
Deleting
The instance is being deleted.
Failed
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.
Maintenance
The instance is down for maintenance.
Promoting
The instance is being promoted.
Ready
The instance is active and running.
Stopped
The instance is stopped. Instance name and IP resources are preserved.
[[["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 2025-03-24 UTC."],[[["This documentation details the `Instance.Types.State` enum within the AlloyDB v1beta API, found in the `Google.Cloud.AlloyDb.V1Beta` namespace."],["The `Instance.Types.State` enum represents the various operational states of an AlloyDB instance, including `Creating`, `Ready`, `Deleting`, `Failed`, `Maintenance`, `Promoting`, `Stopped`, `Bootstrapping` and `Unspecified`."],["The documentation outlines the meaning of each state, such as `Ready` indicating an active instance and `Failed` indicating a creation failure or fatal error."],["The documentation details each state's name and the descriptions of what each of the names means, with it all being contained within the `Google.Cloud.AlloyDb.V1Beta.dll` assembly."]]],[]]