Enum DbBackupConfig.BackupDeletionPolicy (0.29.0)

public enum DbBackupConfig.BackupDeletionPolicy extends Enum<DbBackupConfig.BackupDeletionPolicy> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
BACKUP_DELETION_POLICY_UNSPECIFIED

Default unspecified value.

BACKUP_DELETION_POLICY_UNSPECIFIED = 0;

BACKUP_DELETION_POLICY_UNSPECIFIED_VALUE

Default unspecified value.

BACKUP_DELETION_POLICY_UNSPECIFIED = 0;

DELETE_AFTER_RETENTION_PERIOD

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

DELETE_AFTER_RETENTION_PERIOD = 2;

DELETE_AFTER_RETENTION_PERIOD_VALUE

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

DELETE_AFTER_RETENTION_PERIOD = 2;

DELETE_IMMEDIATELY

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

DELETE_IMMEDIATELY = 1;

DELETE_IMMEDIATELY_VALUE

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

DELETE_IMMEDIATELY = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()