Reference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::Instance::State.
The instance state.
Constants
STATE_UNSPECIFIED
value: 0 State not set.
CREATING
value: 1 The instance is being created.
READY
value: 2 The instance is available for use.
REPAIRING
value: 3 Work is being done on the instance. You can get further details from the
statusMessage field of the Instance resource.
DELETING
value: 4 The instance is shutting down.
ERROR
value: 6 The instance is experiencing an issue and might be unusable. You can get
further details from the statusMessage field of the Instance
resource.
RESTORING
value: 7 The instance is restoring a backup to an existing file share and may be
unusable during this time.
SUSPENDED
value: 8 The instance is suspended. You can get further details from
the suspension_reasons field of the Instance resource.
SUSPENDING
value: 9 The instance is in the process of becoming suspended.
RESUMING
value: 10 The instance is in the process of becoming active.
REVERTING
value: 12 The instance is reverting to a snapshot.
[[["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,["# Filestore V1 API - Module Google::Cloud::Filestore::V1::Instance::State (v2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/ruby/docs/reference/google-cloud-filestore-v1/latest/Google-Cloud-Filestore-V1-Instance-State)\n- [2.1.1](/ruby/docs/reference/google-cloud-filestore-v1/2.1.1/Google-Cloud-Filestore-V1-Instance-State)\n- [2.0.0](/ruby/docs/reference/google-cloud-filestore-v1/2.0.0/Google-Cloud-Filestore-V1-Instance-State)\n- [1.2.0](/ruby/docs/reference/google-cloud-filestore-v1/1.2.0/Google-Cloud-Filestore-V1-Instance-State)\n- [1.1.0](/ruby/docs/reference/google-cloud-filestore-v1/1.1.0/Google-Cloud-Filestore-V1-Instance-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-filestore-v1/1.0.1/Google-Cloud-Filestore-V1-Instance-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-filestore-v1/0.9.0/Google-Cloud-Filestore-V1-Instance-State)\n- [0.8.2](/ruby/docs/reference/google-cloud-filestore-v1/0.8.2/Google-Cloud-Filestore-V1-Instance-State)\n- [0.7.0](/ruby/docs/reference/google-cloud-filestore-v1/0.7.0/Google-Cloud-Filestore-V1-Instance-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-filestore-v1/0.6.0/Google-Cloud-Filestore-V1-Instance-State)\n- [0.5.0](/ruby/docs/reference/google-cloud-filestore-v1/0.5.0/Google-Cloud-Filestore-V1-Instance-State)\n- [0.4.1](/ruby/docs/reference/google-cloud-filestore-v1/0.4.1/Google-Cloud-Filestore-V1-Instance-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-filestore-v1/0.3.0/Google-Cloud-Filestore-V1-Instance-State)\n- [0.2.0](/ruby/docs/reference/google-cloud-filestore-v1/0.2.0/Google-Cloud-Filestore-V1-Instance-State)\n- [0.1.3](/ruby/docs/reference/google-cloud-filestore-v1/0.1.3/Google-Cloud-Filestore-V1-Instance-State) \nReference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::Instance::State.\n\nThe instance state.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nState not set.\n\n### CREATING\n\n**value:** 1 \nThe instance is being created.\n\n### READY\n\n**value:** 2 \nThe instance is available for use.\n\n### REPAIRING\n\n**value:** 3 \nWork is being done on the instance. You can get further details from the\n`statusMessage` field of the `Instance` resource.\n\n### DELETING\n\n**value:** 4 \nThe instance is shutting down.\n\n### ERROR\n\n**value:** 6 \nThe instance is experiencing an issue and might be unusable. You can get\nfurther details from the `statusMessage` field of the `Instance`\nresource.\n\n### RESTORING\n\n**value:** 7 \nThe instance is restoring a backup to an existing file share and may be\nunusable during this time.\n\n### SUSPENDED\n\n**value:** 8 \nThe instance is suspended. You can get further details from\nthe `suspension_reasons` field of the `Instance` resource.\n\n### SUSPENDING\n\n**value:** 9 \nThe instance is in the process of becoming suspended.\n\n### RESUMING\n\n**value:** 10 \nThe instance is in the process of becoming active.\n\n### REVERTING\n\n**value:** 12 \nThe instance is reverting to a snapshot.\n\n### PROMOTING\n\n**value:** 13 \nThe replica instance is being promoted."]]