notAllowedDates

@JvmName(name = "mqxkuuwtfpjjlngt")
suspend fun notAllowedDates(value: Output<List<DateSpanArgs>>)
@JvmName(name = "qotuthmbvepqcrwf")
suspend fun notAllowedDates(value: List<DateSpanArgs>?)

Parameters

value

Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.


@JvmName(name = "icsnqrtdxovcptsk")
suspend fun notAllowedDates(vararg values: Output<DateSpanArgs>)


@JvmName(name = "vqktqwpkatnifkxg")
suspend fun notAllowedDates(values: List<Output<DateSpanArgs>>)
@JvmName(name = "qryccxfuxvhrgimx")
suspend fun notAllowedDates(vararg values: DateSpanArgs)

Parameters

values

Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.


@JvmName(name = "tgxvoltxltxoeals")
suspend fun notAllowedDates(argument: List<suspend DateSpanArgsBuilder.() -> Unit>)
@JvmName(name = "tvyrvjfrygohxbbq")
suspend fun notAllowedDates(vararg argument: suspend DateSpanArgsBuilder.() -> Unit)
@JvmName(name = "ybhjavcvymcwgtsg")
suspend fun notAllowedDates(argument: suspend DateSpanArgsBuilder.() -> Unit)

Parameters

argument

Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.