Google Cloud Sql Admin V1beta4 Client - Class BackupType (0.10.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class BackupType.

Backup type for re-encryption

Protobuf type google.cloud.sql.v1beta4.BackupReencryptionConfig.BackupType

Namespace

Google \ Cloud \ Sql \ V1beta4 \ BackupReencryptionConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;