[[["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-09 UTC."],[],[],null,["# Google Cloud Filestore V1 Client - Class State (2.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.1 (latest)](/php/docs/reference/cloud-filestore/latest/V1.Instance.State)\n- [2.1.0](/php/docs/reference/cloud-filestore/2.1.0/V1.Instance.State)\n- [2.0.4](/php/docs/reference/cloud-filestore/2.0.4/V1.Instance.State)\n- [1.5.7](/php/docs/reference/cloud-filestore/1.5.7/V1.Instance.State)\n- [1.4.0](/php/docs/reference/cloud-filestore/1.4.0/V1.Instance.State)\n- [1.3.2](/php/docs/reference/cloud-filestore/1.3.2/V1.Instance.State)\n- [1.2.1](/php/docs/reference/cloud-filestore/1.2.1/V1.Instance.State)\n- [1.1.2](/php/docs/reference/cloud-filestore/1.1.2/V1.Instance.State)\n- [1.0.3](/php/docs/reference/cloud-filestore/1.0.3/V1.Instance.State) \nReference documentation and code samples for the Google Cloud Filestore V1 Client class State.\n\nThe instance state.\n\nProtobuf type `google.cloud.filestore.v1.Instance.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Filestore \\\\ 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\nState not 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### READY\n\n Value: 2\n\nThe instance is available for use.\n\nGenerated from protobuf enum `READY = 2;`\n\n### REPAIRING\n\n Value: 3\n\nWork is being done on the instance. You can get further details from the\n`statusMessage` field of the `Instance` resource.\n\nGenerated from protobuf enum `REPAIRING = 3;`\n\n### DELETING\n\n Value: 4\n\nThe instance is shutting down.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### ERROR\n\n Value: 6\n\nThe instance is experiencing an issue and might be unusable. You can get\nfurther details from the `statusMessage` field of the `Instance`\nresource.\n\nGenerated from protobuf enum `ERROR = 6;`\n\n### RESTORING\n\n Value: 7\n\nThe instance is restoring a backup to an existing file share and may be\nunusable during this time.\n\nGenerated from protobuf enum `RESTORING = 7;`\n\n### SUSPENDED\n\n Value: 8\n\nThe instance is suspended. You can get further details from\nthe `suspension_reasons` field of the `Instance` resource.\n\nGenerated from protobuf enum `SUSPENDED = 8;`\n\n### SUSPENDING\n\n Value: 9\n\nThe instance is in the process of becoming suspended.\n\nGenerated from protobuf enum `SUSPENDING = 9;`\n\n### RESUMING\n\n Value: 10\n\nThe instance is in the process of becoming active.\n\nGenerated from protobuf enum `RESUMING = 10;`\n\n### REVERTING\n\n Value: 12\n\nThe instance is reverting to a snapshot.\n\nGenerated from protobuf enum `REVERTING = 12;`\n\n### PROMOTING\n\n Value: 13\n\nThe replica instance is being promoted.\n\nGenerated from protobuf enum `PROMOTING = 13;`"]]