HourlyScheduleArgs

data class HourlyScheduleArgs(val interval: Output<Int>? = null, val scheduleWindowDuration: Output<Int>? = null, val scheduleWindowStartTime: Output<String>? = null) : ConvertibleToJava<HourlyScheduleArgs>

Hourly schedule.

Constructors

Link copied to clipboard
constructor(interval: Output<Int>? = null, scheduleWindowDuration: Output<Int>? = null, scheduleWindowStartTime: Output<String>? = null)

Properties

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

Interval at which backup needs to be triggered. For hourly the value can be 4/6/8/12

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

To specify duration of the backup window

Link copied to clipboard
val scheduleWindowStartTime: Output<String>? = null

To specify start time of the backup window

Functions

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