ScheduleEntryArgs

data class ScheduleEntryArgs(val dayOfWeek: Output<DayOfWeek>, val maintenanceWindow: Output<String>? = null, val startHourUtc: Output<Int>) : ConvertibleToJava<ScheduleEntryArgs>

Patch schedule entry for a Premium Redis Cache.

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<DayOfWeek>, maintenanceWindow: Output<String>? = null, startHourUtc: Output<Int>)

Properties

Link copied to clipboard
val dayOfWeek: Output<DayOfWeek>

Day of the week when a cache can be patched.

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

ISO8601 timespan specifying how much time cache patching can take.

Link copied to clipboard
val startHourUtc: Output<Int>

Start hour after which cache patching can start.

Functions

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