Backup Plan Backup Rule Standard Schedule Backup Window Args
data class BackupPlanBackupRuleStandardScheduleBackupWindowArgs(val endHourOfDay: Output<Int>? = null, val startHourOfDay: Output<Int>) : ConvertibleToJava<BackupPlanBackupRuleStandardScheduleBackupWindowArgs>
Properties
Link copied to clipboard
The hour of the day (1-24) when the window ends, for example, if the value of end hour of the day is 10, that means the backup window end time is 10:00. The end hour of the day should be greater than the start
Link copied to clipboard
The hour of the day (0-23) when the window starts, for example, if the value of the start hour of the day is 6, that means the backup window starts at 6:00.