Backup Plan Backup Schedule Rpo Config Exclusion Window Args
data class BackupPlanBackupScheduleRpoConfigExclusionWindowArgs(val daily: Output<Boolean>? = null, val daysOfWeek: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowDaysOfWeekArgs>? = null, val duration: Output<String>, val singleOccurrenceDate: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs>? = null, val startTime: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowStartTimeArgs>) : ConvertibleToJava<BackupPlanBackupScheduleRpoConfigExclusionWindowArgs>
Constructors
Link copied to clipboard
constructor(daily: Output<Boolean>? = null, daysOfWeek: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowDaysOfWeekArgs>? = null, duration: Output<String>, singleOccurrenceDate: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs>? = null, startTime: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowStartTimeArgs>)
Properties
Link copied to clipboard
The exclusion window occurs on these days of each week in UTC. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Structure is documented below.
Link copied to clipboard
val singleOccurrenceDate: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs>? = null
No recurrence. The exclusion window occurs only once and on this date in UTC. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Structure is documented below.
Link copied to clipboard
Specifies the start time of the window using time of the day in UTC. Structure is documented below.