Reference documentation and code samples for the Google Cloud Memorystore for Redis V1beta1 API module Google::Cloud::Redis::V1beta1::Instance::State.
Represents the different states of a Redis instance.
Constants
STATE_UNSPECIFIED
value: 0 Not set.
CREATING
value: 1 Redis instance is being created.
READY
value: 2 Redis instance has been created and is fully usable.
UPDATING
value: 3 Redis instance configuration is being updated. Certain kinds of updates
may cause the instance to become unusable while the update is in
progress.
DELETING
value: 4 Redis instance is being deleted.
REPAIRING
value: 5 Redis instance is being repaired and may be unusable.
MAINTENANCE
value: 6 Maintenance is being performed on this Redis instance.
IMPORTING
value: 8 Redis instance is importing data (availability may be affected).
FAILING_OVER
value: 10 Redis instance is failing over (availability may be affected).
[[["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 Memorystore for Redis V1beta1 API - Module Google::Cloud::Redis::V1beta1::Instance::State (v0.17.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.17.0 (latest)](/ruby/docs/reference/google-cloud-redis-v1beta1/latest/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.16.1](/ruby/docs/reference/google-cloud-redis-v1beta1/0.16.1/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.15.0](/ruby/docs/reference/google-cloud-redis-v1beta1/0.15.0/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.14.0](/ruby/docs/reference/google-cloud-redis-v1beta1/0.14.0/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.13.2](/ruby/docs/reference/google-cloud-redis-v1beta1/0.13.2/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.12.2](/ruby/docs/reference/google-cloud-redis-v1beta1/0.12.2/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.11.0](/ruby/docs/reference/google-cloud-redis-v1beta1/0.11.0/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.10.1](/ruby/docs/reference/google-cloud-redis-v1beta1/0.10.1/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-redis-v1beta1/0.9.0/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.8.0](/ruby/docs/reference/google-cloud-redis-v1beta1/0.8.0/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.7.0](/ruby/docs/reference/google-cloud-redis-v1beta1/0.7.0/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-redis-v1beta1/0.6.0/Google-Cloud-Redis-V1beta1-Instance-State)\n- [0.5.1](/ruby/docs/reference/google-cloud-redis-v1beta1/0.5.1/Google-Cloud-Redis-V1beta1-Instance-State) \nReference documentation and code samples for the Google Cloud Memorystore for Redis V1beta1 API module Google::Cloud::Redis::V1beta1::Instance::State.\n\nRepresents the different states of a Redis instance.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nNot set.\n\n### CREATING\n\n**value:** 1 \nRedis instance is being created.\n\n### READY\n\n**value:** 2 \nRedis instance has been created and is fully usable.\n\n### UPDATING\n\n**value:** 3 \nRedis instance configuration is being updated. Certain kinds of updates\nmay cause the instance to become unusable while the update is in\nprogress.\n\n### DELETING\n\n**value:** 4 \nRedis instance is being deleted.\n\n### REPAIRING\n\n**value:** 5 \nRedis instance is being repaired and may be unusable.\n\n### MAINTENANCE\n\n**value:** 6 \nMaintenance is being performed on this Redis instance.\n\n### IMPORTING\n\n**value:** 8 \nRedis instance is importing data (availability may be affected).\n\n### FAILING_OVER\n\n**value:** 10 \nRedis instance is failing over (availability may be affected)."]]