retainDays property

int? retainDays
getter/setter pair

The age (in days) after which this Backup will be automatically deleted.

Must be an integer value >= 0: - If 0, no automatic deletion will occur for this Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup is created, this value may only be increased. Defaults to the parent BackupPlan's backup_retain_days value.

Optional.

Implementation

core.int? retainDays;