Reference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::ReplicaConfig::State.
The replica state.
Constants
STATE_UNSPECIFIED
value: 0 State not set.
CREATING
value: 1 The replica is being created.
READY
value: 3 The replica is ready.
REMOVING
value: 4 The replica is being removed.
FAILED
value: 5 The replica is experiencing an issue and might be unusable. You can get
further details from the stateReasons field of the ReplicaConfig
object.
[[["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::ReplicaConfig::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-ReplicaConfig-State)\n- [2.1.1](/ruby/docs/reference/google-cloud-filestore-v1/2.1.1/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [2.0.0](/ruby/docs/reference/google-cloud-filestore-v1/2.0.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [1.2.0](/ruby/docs/reference/google-cloud-filestore-v1/1.2.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [1.1.0](/ruby/docs/reference/google-cloud-filestore-v1/1.1.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-filestore-v1/1.0.1/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-filestore-v1/0.9.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.8.2](/ruby/docs/reference/google-cloud-filestore-v1/0.8.2/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.7.0](/ruby/docs/reference/google-cloud-filestore-v1/0.7.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-filestore-v1/0.6.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.5.0](/ruby/docs/reference/google-cloud-filestore-v1/0.5.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.4.1](/ruby/docs/reference/google-cloud-filestore-v1/0.4.1/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-filestore-v1/0.3.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.2.0](/ruby/docs/reference/google-cloud-filestore-v1/0.2.0/Google-Cloud-Filestore-V1-ReplicaConfig-State)\n- [0.1.3](/ruby/docs/reference/google-cloud-filestore-v1/0.1.3/Google-Cloud-Filestore-V1-ReplicaConfig-State) \nReference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::ReplicaConfig::State.\n\nThe replica state.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nState not set.\n\n### CREATING\n\n**value:** 1 \nThe replica is being created.\n\n### READY\n\n**value:** 3 \nThe replica is ready.\n\n### REMOVING\n\n**value:** 4 \nThe replica is being removed.\n\n### FAILED\n\n**value:** 5 \nThe replica is experiencing an issue and might be unusable. You can get\nfurther details from the `stateReasons` field of the `ReplicaConfig`\nobject."]]