Module: Google::Cloud::Redis::Cluster::V1beta1::Cluster::State
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Represents the different states of a Redis cluster.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not set.
0- CREATING =
Redis cluster is being created.
1- ACTIVE =
Redis cluster has been created and is fully usable.
2- UPDATING =
Redis cluster configuration is being updated.
3- DELETING =
Redis cluster is being deleted.
4