deleteLockDays property

int? deleteLockDays
getter/setter pair

Minimum age for this Backup (in days).

If this field is set to a non-zero value, the Backup will be "locked" against deletion (either manual or automatic deletion) for the number of days provided (measured from the creation time of the Backup). MUST be an integer value between 0-90 (inclusive). Defaults to parent BackupPlan's backup_delete_lock_days setting and may only be increased (either at creation time or in a subsequent update).

Optional.

Implementation

core.int? deleteLockDays;