public enum DbBackupConfig.BackupDeletionPolicy extends Enum<DbBackupConfig.BackupDeletionPolicy> implements ProtocolMessageEnumThis defines when the backups will be deleted after Database termination.
Protobuf enum google.cloud.oracledatabase.v1.DbBackupConfig.BackupDeletionPolicy
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BACKUP_DELETION_POLICY_UNSPECIFIED |
Default unspecified value. |
BACKUP_DELETION_POLICY_UNSPECIFIED_VALUE |
Default unspecified value. |
DELETE_AFTER_RETENTION_PERIOD |
Keeps the backups as per the policy defined for database backups. |
DELETE_AFTER_RETENTION_PERIOD_VALUE |
Keeps the backups as per the policy defined for database backups. |
DELETE_IMMEDIATELY |
Keeps the backup for predefined time i.e. 72 hours and then delete permanently. |
DELETE_IMMEDIATELY_VALUE |
Keeps the backup for predefined time i.e. 72 hours and then delete permanently. |
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() |
|