hoursOfDays

@JvmName(name = "badlbswaspvriqxx")
suspend fun hoursOfDays(value: Output<List<Int>>)
@JvmName(name = "vmoqiuxmcqhwffft")
suspend fun hoursOfDays(value: List<Int>?)

Parameters

value

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC


@JvmName(name = "nngwtoxehaydsmxd")
suspend fun hoursOfDays(vararg values: Output<Int>)


@JvmName(name = "yddwonptwxnlogxw")
suspend fun hoursOfDays(values: List<Output<Int>>)
@JvmName(name = "jhpratrdhfykqqhy")
suspend fun hoursOfDays(vararg values: Int)

Parameters

values

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC