Google Cloud Redis V1beta1 Client - Class State (1.6.12)

Reference documentation and code samples for the Google Cloud Redis V1beta1 Client class State.

Represents the different states of a Redis instance.

Protobuf type google.cloud.redis.v1beta1.Instance.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Redis instance is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

Redis instance has been created and is fully usable.

Generated from protobuf enum READY = 2;

UPDATING

Value: 3

Redis instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

Redis instance is being deleted.

Generated from protobuf enum DELETING = 4;

REPAIRING

Value: 5

Redis instance is being repaired and may be unusable.

Generated from protobuf enum REPAIRING = 5;

MAINTENANCE

Value: 6

Maintenance is being performed on this Redis instance.

Generated from protobuf enum MAINTENANCE = 6;

IMPORTING

Value: 8

Redis instance is importing data (availability may be affected).

Generated from protobuf enum IMPORTING = 8;

FAILING_OVER

Value: 10

Redis instance is failing over (availability may be affected).

Generated from protobuf enum FAILING_OVER = 10;