GetBackupPlanBackupRule

data class GetBackupPlanBackupRule(val backupRetentionDays: Int, val ruleId: String, val standardSchedules: List<GetBackupPlanBackupRuleStandardSchedule>)

Constructors

Link copied to clipboard
constructor(backupRetentionDays: Int, ruleId: String, standardSchedules: List<GetBackupPlanBackupRuleStandardSchedule>)

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.