Reference documentation and code samples for the Google Cloud Memorystore V1 Client class BackupType.
Type of the backup.
Protobuf type google.cloud.memorystore.v1.Backup.BackupType
Namespace
Google \ Cloud \ Memorystore \ V1 \ BackupMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BACKUP_TYPE_UNSPECIFIED
Value: 0The default value, not set.
Generated from protobuf enum BACKUP_TYPE_UNSPECIFIED = 0;
ON_DEMAND
Value: 1On-demand backup.
Generated from protobuf enum ON_DEMAND = 1;
AUTOMATED
Value: 2Automated backup.
Generated from protobuf enum AUTOMATED = 2;