backupDeletionPolicy property

String? backupDeletionPolicy
getter/setter pair

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

Optional. Possible string values are:

  • "BACKUP_DELETION_POLICY_UNSPECIFIED" : Default unspecified value.
  • "DELETE_IMMEDIATELY" : Keeps the backup for predefined time i.e. 72 hours and then delete permanently.
  • "DELETE_AFTER_RETENTION_PERIOD" : Keeps the backups as per the policy defined for database backups.

Implementation

core.String? backupDeletionPolicy;