Google Cloud Redis Cluster V1 Client - Class State (0.3.0)

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 \ Cluster

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Redis cluster is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Redis cluster has been created and is fully usable.

Generated from protobuf enum ACTIVE = 2;

UPDATING

Value: 3

Redis cluster configuration is being updated.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

Redis cluster is being deleted.

Generated from protobuf enum DELETING = 4;