repeatWeekdays

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

Parameters

value

The automatic snapshot repetition dates. The unit of measurement is day and the repeating cycle is a week. Value range: 1, 7, which represents days starting from Monday to Sunday, for example 1 indicates Monday. When you want to schedule multiple automatic snapshot tasks for a disk in a week, you can set the RepeatWeekdays to an array.

  • A maximum of seven 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 = "orgxcryhtpnsilre")
suspend fun repeatWeekdays(vararg values: Output<String>)


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

Parameters

values

The automatic snapshot repetition dates. The unit of measurement is day and the repeating cycle is a week. Value range: 1, 7, which represents days starting from Monday to Sunday, for example 1 indicates Monday. When you want to schedule multiple automatic snapshot tasks for a disk in a week, you can set the RepeatWeekdays to an array.

  • A maximum of seven time points can be selected.

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