public enum DbBackupConfig.Types.BackupDeletionPolicyReference documentation and code samples for the Oracle Database@Google Cloud v1 API enum DbBackupConfig.Types.BackupDeletionPolicy.
This defines when the backups will be deleted after Database termination.
Namespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Fields |
|
|---|---|
| Name | Description |
DeleteAfterRetentionPeriod |
Keeps the backups as per the policy defined for database backups. |
DeleteImmediately |
Keeps the backup for predefined time i.e. 72 hours and then delete permanently. |
Unspecified |
Default unspecified value. |