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 \ DbBackupConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BACKUP_DELETION_POLICY_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum BACKUP_DELETION_POLICY_UNSPECIFIED = 0;
DELETE_IMMEDIATELY
Value: 1Keeps 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: 2Keeps the backups as per the policy defined for database backups.
Generated from protobuf enum DELETE_AFTER_RETENTION_PERIOD = 2;