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.
[[["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-09-04 UTC."],[],[],null,["# AlloyDB V1ALPHA API - Module Google::Cloud::AlloyDB::V1alpha::Instance::State (v0.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.14.1 (latest)](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/latest/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.14.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.14.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.13.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.13.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.12.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.12.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.11.1](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.11.1/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.10.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.10.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.9.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.8.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.8.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.7.2](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.7.2/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.6.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.5.2](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.5.2/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.4.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.4.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.3.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.2.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.2.0/Google-Cloud-AlloyDB-V1alpha-Instance-State)\n- [0.1.0](/ruby/docs/reference/google-cloud-alloy_db-v1alpha/0.1.0/Google-Cloud-AlloyDB-V1alpha-Instance-State) \nReference documentation and code samples for the AlloyDB V1ALPHA API module Google::Cloud::AlloyDB::V1alpha::Instance::State.\n\nInstance State\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nThe state of the instance is unknown.\n\n### READY\n\n**value:** 1 \nThe instance is active and running.\n\n### STOPPED\n\n**value:** 2 \nThe instance is stopped. Instance name and IP resources are preserved.\n\n### CREATING\n\n**value:** 3 \nThe instance is being created.\n\n### DELETING\n\n**value:** 4 \nThe instance is being deleted.\n\n### MAINTENANCE\n\n**value:** 5 \nThe instance is down for maintenance.\n\n### FAILED\n\n**value:** 6 \nThe creation of the instance failed or a fatal error occurred during\nan operation on the instance.\nNote: Instances in this state would tried to be auto-repaired. And\nCustomers should be able to restart, update or delete these instances.\n\n### BOOTSTRAPPING\n\n**value:** 8 \nIndex 7 is used in the producer apis for ROLLED_BACK state. Keeping that\nindex unused in case that state also needs to exposed via consumer apis\nin future.\nThe instance has been configured to sync data from some other source.\n\n### PROMOTING\n\n**value:** 9 \nThe instance is being promoted."]]