Generated from protobuf enumSTATE_UNSPECIFIED = 0;
READY
Value: 1
The instance is active and running.
Generated from protobuf enumREADY = 1;
STOPPED
Value: 2
The instance is stopped. Instance name and IP resources are preserved.
Generated from protobuf enumSTOPPED = 2;
CREATING
Value: 3
The instance is being created.
Generated from protobuf enumCREATING = 3;
DELETING
Value: 4
The instance is being deleted.
Generated from protobuf enumDELETING = 4;
MAINTENANCE
Value: 5
The instance is down for maintenance.
Generated from protobuf enumMAINTENANCE = 5;
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.
Generated from protobuf enumFAILED = 6;
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,["# Google Cloud AlloyDB for PostgreSQL V1 Client - Class State (1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/php/docs/reference/cloud-alloydb/latest/V1.Instance.State)\n- [1.4.0](/php/docs/reference/cloud-alloydb/1.4.0/V1.Instance.State)\n- [1.3.0](/php/docs/reference/cloud-alloydb/1.3.0/V1.Instance.State)\n- [1.2.0](/php/docs/reference/cloud-alloydb/1.2.0/V1.Instance.State)\n- [1.1.3](/php/docs/reference/cloud-alloydb/1.1.3/V1.Instance.State)\n- [1.0.0](/php/docs/reference/cloud-alloydb/1.0.0/V1.Instance.State)\n- [0.10.3](/php/docs/reference/cloud-alloydb/0.10.3/V1.Instance.State)\n- [0.9.0](/php/docs/reference/cloud-alloydb/0.9.0/V1.Instance.State)\n- [0.8.0](/php/docs/reference/cloud-alloydb/0.8.0/V1.Instance.State)\n- [0.7.1](/php/docs/reference/cloud-alloydb/0.7.1/V1.Instance.State)\n- [0.6.0](/php/docs/reference/cloud-alloydb/0.6.0/V1.Instance.State)\n- [0.5.0](/php/docs/reference/cloud-alloydb/0.5.0/V1.Instance.State)\n- [0.4.0](/php/docs/reference/cloud-alloydb/0.4.0/V1.Instance.State)\n- [0.3.0](/php/docs/reference/cloud-alloydb/0.3.0/V1.Instance.State)\n- [0.2.1](/php/docs/reference/cloud-alloydb/0.2.1/V1.Instance.State)\n- [0.1.3](/php/docs/reference/cloud-alloydb/0.1.3/V1.Instance.State) \nReference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class State.\n\nInstance State\n\nProtobuf type `google.cloud.alloydb.v1.Instance.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AlloyDb \\\\ V1 \\\\ Instance\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe state of the instance is unknown.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### READY\n\n Value: 1\n\nThe instance is active and running.\n\nGenerated from protobuf enum `READY = 1;`\n\n### STOPPED\n\n Value: 2\n\nThe instance is stopped. Instance name and IP resources are preserved.\n\nGenerated from protobuf enum `STOPPED = 2;`\n\n### CREATING\n\n Value: 3\n\nThe instance is being created.\n\nGenerated from protobuf enum `CREATING = 3;`\n\n### DELETING\n\n Value: 4\n\nThe instance is being deleted.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### MAINTENANCE\n\n Value: 5\n\nThe instance is down for maintenance.\n\nGenerated from protobuf enum `MAINTENANCE = 5;`\n\n### FAILED\n\n Value: 6\n\nThe creation of the instance failed or a fatal error occurred during\nan operation on the instance.\n\nNote: Instances in this state would tried to be auto-repaired. And\nCustomers should be able to restart, update or delete these instances.\n\nGenerated from protobuf enum `FAILED = 6;`\n\n### BOOTSTRAPPING\n\n Value: 8\n\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.\n\nThe instance has been configured to sync data from some other source.\n\nGenerated from protobuf enum `BOOTSTRAPPING = 8;`\n\n### PROMOTING\n\n Value: 9\n\nThe instance is being promoted.\n\nGenerated from protobuf enum `PROMOTING = 9;`"]]