Module: Google::Cloud::Redis::V1beta1::Instance::State
- Defined in:
- lib/google/cloud/redis/v1beta1/doc/google/cloud/redis/v1beta1/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. Details can be found in the +status_message+ field.
5
- MAINTENANCE =
Maintenance is being performed on this Redis instance.
6