BackupPlanBackupRuleStandardScheduleBackupWindowArgs

data class BackupPlanBackupRuleStandardScheduleBackupWindowArgs(val endHourOfDay: Output<Int>? = null, val startHourOfDay: Output<Int>) : ConvertibleToJava<BackupPlanBackupRuleStandardScheduleBackupWindowArgs>

Constructors

constructor(endHourOfDay: Output<Int>? = null, startHourOfDay: Output<Int>)

Properties

Link copied to clipboard
val endHourOfDay: Output<Int>? = null

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
val startHourOfDay: Output<Int>

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.

Functions

Link copied to clipboard
open override fun toJava(): BackupPlanBackupRuleStandardScheduleBackupWindowArgs