repeatWeekdays

@JvmName(name = "rremshhptdekegxm")
suspend fun repeatWeekdays(value: Output<List<String>>)
@JvmName(name = "samgpjrabuhpoexj")
suspend fun repeatWeekdays(value: List<String>?)

Parameters

value

The day on which an auto snapshot is created.

  • A maximum of 7 time points can be selected.

  • The format is an JSON array of "1", "2", … "7" and the time points are separated by commas (,).


@JvmName(name = "npbpgtveknltxlqp")
suspend fun repeatWeekdays(vararg values: Output<String>)


@JvmName(name = "saexavffiikqopwk")
suspend fun repeatWeekdays(values: List<Output<String>>)
@JvmName(name = "qwjwsjrnclljlbyy")
suspend fun repeatWeekdays(vararg values: String)

Parameters

values

The day on which an auto snapshot is created.

  • A maximum of 7 time points can be selected.

  • The format is an JSON array of "1", "2", … "7" and the time points are separated by commas (,).