Module: Google::Cloud::Redis::V1::Instance::State
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
Represents the different states of a Redis instance.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not set.
0
- CREATING =
Redis instance is being created.
1
- READY =
Redis instance has been created and is fully usable.
2
- UPDATING =
Redis instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.
3
- DELETING =
Redis instance is being deleted.
4
- REPAIRING =
Redis instance is being repaired and may be unusable.
5
- MAINTENANCE =
Maintenance is being performed on this Redis instance.
6
- IMPORTING =
Redis instance is importing data (availability may be affected).
8
- FAILING_OVER =
Redis instance is failing over (availability may be affected).
9