Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class State.
State of the backup.
Protobuf type google.cloud.redis.cluster.v1.Backup.State
Namespace
Google \ Cloud \ Redis \ Cluster \ V1 \ BackupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The default value, not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The backup is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The backup is active to be used.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3
The backup is being deleted.
Generated from protobuf enum DELETING = 3;
SUSPENDED
Value: 4
The backup is currently suspended due to reasons like project deletion, billing account closure, etc.
Generated from protobuf enum SUSPENDED = 4;