Google Cloud Redis V1 Client - Class State (1.8.4)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Redis V1 Client class State.
Represents the different states of a Redis instance.
Protobuf type google.cloud.redis.v1.Instance.State
Namespace
Google \ Cloud \ Redis \ V1 \ InstanceMethods
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 instance is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2Redis instance has been created and is fully usable.
Generated from protobuf enum READY = 2;
UPDATING
Value: 3Redis 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: 4Redis instance is being deleted.
Generated from protobuf enum DELETING = 4;
REPAIRING
Value: 5Redis instance is being repaired and may be unusable.
Generated from protobuf enum REPAIRING = 5;
MAINTENANCE
Value: 6Maintenance is being performed on this Redis instance.
Generated from protobuf enum MAINTENANCE = 6;
IMPORTING
Value: 8Redis instance is importing data (availability may be affected).
Generated from protobuf enum IMPORTING = 8;
FAILING_OVER
Value: 9Redis instance is failing over (availability may be affected).
Generated from protobuf enum FAILING_OVER = 9;