Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class State.
Represents the different states of a Redis cluster.
Protobuf type google.cloud.redis.cluster.v1.Cluster.State
Namespace
Google \ Cloud \ Redis \ Cluster \ V1 \ ClusterMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Redis cluster is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2Redis cluster has been created and is fully usable.
Generated from protobuf enum ACTIVE = 2;
UPDATING
Value: 3Redis cluster configuration is being updated.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4Redis cluster is being deleted.
Generated from protobuf enum DELETING = 4;