GetBackupPlanBackupRuleStandardScheduleBackupWindow

data class GetBackupPlanBackupRuleStandardScheduleBackupWindow(val endHourOfDay: Int, val startHourOfDay: Int)

Constructors

constructor(endHourOfDay: Int, startHourOfDay: Int)

Types

Link copied to clipboard
object Companion

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.