Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class BackupType.
Backup type for re-encryption
Protobuf type google.cloud.sql.v1.BackupReencryptionConfig.BackupType
Namespace
Google \ Cloud \ Sql \ V1 \ BackupReencryptionConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BACKUP_TYPE_UNSPECIFIED
Value: 0
Unknown backup type, will be defaulted to AUTOMATIC backup type
Generated from protobuf enum BACKUP_TYPE_UNSPECIFIED = 0;
AUTOMATED
Value: 1
Reencrypt automatic backups
Generated from protobuf enum AUTOMATED = 1;
ON_DEMAND
Value: 2
Reencrypt on-demand backups
Generated from protobuf enum ON_DEMAND = 2;