exclusionWindows

@JvmName(name = "loqqsleuhmxclnas")
suspend fun exclusionWindows(value: Output<List<BackupPlanBackupScheduleRpoConfigExclusionWindowArgs>>)

Parameters

value

User specified time windows during which backup can NOT happen for this BackupPlan. Backups should start and finish outside of any given exclusion window. Note: backup jobs will be scheduled to start and finish outside the duration of the window as much as possible, but running jobs will not get canceled when it runs into the window. All the time and date values in exclusionWindows entry in the API are in UTC. We only allow <=1 recurrence (daily or weekly) exclusion window for a BackupPlan while no restriction on number of single occurrence windows. Structure is documented below.


@JvmName(name = "crryhnonhibxtldr")
suspend fun exclusionWindows(vararg values: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowArgs>)


@JvmName(name = "duanmihqdqryfirn")
suspend fun exclusionWindows(values: List<Output<BackupPlanBackupScheduleRpoConfigExclusionWindowArgs>>)
@JvmName(name = "nytekorbjqvtrwpu")
suspend fun exclusionWindows(vararg values: BackupPlanBackupScheduleRpoConfigExclusionWindowArgs)

Parameters

values

User specified time windows during which backup can NOT happen for this BackupPlan. Backups should start and finish outside of any given exclusion window. Note: backup jobs will be scheduled to start and finish outside the duration of the window as much as possible, but running jobs will not get canceled when it runs into the window. All the time and date values in exclusionWindows entry in the API are in UTC. We only allow <=1 recurrence (daily or weekly) exclusion window for a BackupPlan while no restriction on number of single occurrence windows. Structure is documented below.


@JvmName(name = "hhcuruvlfwfudeew")
suspend fun exclusionWindows(argument: List<suspend BackupPlanBackupScheduleRpoConfigExclusionWindowArgsBuilder.() -> Unit>)
@JvmName(name = "ekmbgyoemlepwhrx")
suspend fun exclusionWindows(vararg argument: suspend BackupPlanBackupScheduleRpoConfigExclusionWindowArgsBuilder.() -> Unit)
@JvmName(name = "jmxnfaljutgrbunl")
suspend fun exclusionWindows(argument: suspend BackupPlanBackupScheduleRpoConfigExclusionWindowArgsBuilder.() -> Unit)

Parameters

argument

User specified time windows during which backup can NOT happen for this BackupPlan. Backups should start and finish outside of any given exclusion window. Note: backup jobs will be scheduled to start and finish outside the duration of the window as much as possible, but running jobs will not get canceled when it runs into the window. All the time and date values in exclusionWindows entry in the API are in UTC. We only allow <=1 recurrence (daily or weekly) exclusion window for a BackupPlan while no restriction on number of single occurrence windows. Structure is documented below.