Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class AutomatedBackupMode.
The automated backup mode.
Protobuf type google.cloud.redis.cluster.v1.AutomatedBackupConfig.AutomatedBackupMode
Namespace
Google \ Cloud \ Redis \ Cluster \ V1 \ AutomatedBackupConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AUTOMATED_BACKUP_MODE_UNSPECIFIED
Value: 0
Default value. Automated backup config is not specified.
Generated from protobuf enum AUTOMATED_BACKUP_MODE_UNSPECIFIED = 0;
DISABLED
Value: 1
Automated backup config disabled.
Generated from protobuf enum DISABLED = 1;
ENABLED
Value: 2
Automated backup config enabled.
Generated from protobuf enum ENABLED = 2;