[[["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 Parallelstore V1beta Client - Class State (0.11.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.11.3 (latest)](/php/docs/reference/cloud-parallelstore/latest/V1beta.Instance.State)\n- [0.11.2](/php/docs/reference/cloud-parallelstore/0.11.2/V1beta.Instance.State)\n- [0.10.0](/php/docs/reference/cloud-parallelstore/0.10.0/V1beta.Instance.State)\n- [0.9.0](/php/docs/reference/cloud-parallelstore/0.9.0/V1beta.Instance.State)\n- [0.8.3](/php/docs/reference/cloud-parallelstore/0.8.3/V1beta.Instance.State)\n- [0.7.1](/php/docs/reference/cloud-parallelstore/0.7.1/V1beta.Instance.State)\n- [0.6.1](/php/docs/reference/cloud-parallelstore/0.6.1/V1beta.Instance.State)\n- [0.5.0](/php/docs/reference/cloud-parallelstore/0.5.0/V1beta.Instance.State)\n- [0.4.0](/php/docs/reference/cloud-parallelstore/0.4.0/V1beta.Instance.State)\n- [0.3.1](/php/docs/reference/cloud-parallelstore/0.3.1/V1beta.Instance.State)\n- [0.2.0](/php/docs/reference/cloud-parallelstore/0.2.0/V1beta.Instance.State)\n- [0.1.1](/php/docs/reference/cloud-parallelstore/0.1.1/V1beta.Instance.State) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Parallelstore V1beta Client class State.\n\nThe possible states of a Parallelstore instance.\n\nProtobuf type `google.cloud.parallelstore.v1beta.Instance.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Parallelstore \\\\ V1beta \\\\ Instance\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nNot set.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nThe instance is being created.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### ACTIVE\n\n Value: 2\n\nThe instance is available for use.\n\nGenerated from protobuf enum `ACTIVE = 2;`\n\n### DELETING\n\n Value: 3\n\nThe instance is being deleted.\n\nGenerated from protobuf enum `DELETING = 3;`\n\n### FAILED\n\n Value: 4\n\nThe instance is not usable.\n\nGenerated from protobuf enum `FAILED = 4;`\n\n### UPGRADING\n\n Value: 5\n\nThe instance is being upgraded.\n\nGenerated from protobuf enum `UPGRADING = 5;`\n\n### REPAIRING\n\n Value: 6\n\nThe instance is being repaired. This should only be used by instances\nusing the `PERSISTENT` deployment type.\n\nGenerated from protobuf enum `REPAIRING = 6;`"]]