BackupPlanBackupRule

data class BackupPlanBackupRule(val backupRetentionDays: Int, val ruleId: String, val standardSchedule: BackupPlanBackupRuleStandardSchedule)

Constructors

Link copied to clipboard
constructor(backupRetentionDays: Int, ruleId: String, standardSchedule: BackupPlanBackupRuleStandardSchedule)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configures the duration for which backup data will be kept. The value should be greater than or equal to minimum enforced retention of the backup vault.

Link copied to clipboard

The unique ID of this BackupRule. The rule_id is unique per BackupPlan.

Link copied to clipboard

StandardSchedule defines a schedule that runs within the confines of a defined window of days. Structure is documented below.