Google Cloud Oracle Database V1 Client - Class BackupDeletionPolicy (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class BackupDeletionPolicy.

This defines when the backups will be deleted after Database termination.

Protobuf type google.cloud.oracledatabase.v1.DbBackupConfig.BackupDeletionPolicy

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DbBackupConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKUP_DELETION_POLICY_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum BACKUP_DELETION_POLICY_UNSPECIFIED = 0;

DELETE_IMMEDIATELY

Value: 1

Keeps the backup for predefined time i.e. 72 hours and then delete permanently.

Generated from protobuf enum DELETE_IMMEDIATELY = 1;

DELETE_AFTER_RETENTION_PERIOD

Value: 2

Keeps the backups as per the policy defined for database backups.

Generated from protobuf enum DELETE_AFTER_RETENTION_PERIOD = 2;