Google Cloud Memorystore for Redis V1 API - Module Google::Cloud::Redis::Cluster::V1::Cluster::State (v0.3.0)

Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API module Google::Cloud::Redis::Cluster::V1::Cluster::State.

Represents the different states of a Redis cluster.

Constants

STATE_UNSPECIFIED

value: 0
Not set.

CREATING

value: 1
Redis cluster is being created.

ACTIVE

value: 2
Redis cluster has been created and is fully usable.

UPDATING

value: 3
Redis cluster configuration is being updated.

DELETING

value: 4
Redis cluster is being deleted.