timePoints

@JvmName(name = "wkxnvrxynhiyptio")
suspend fun timePoints(value: Output<List<String>>)
@JvmName(name = "sccoksobcylaqiia")
suspend fun timePoints(value: List<String>?)

Parameters

value

The automatic snapshot creation schedule, and the unit of measurement is hour. Value range: 0, 23, which represents from 00:00 to 24:00, for example 1 indicates 01:00. When you want to schedule multiple automatic snapshot tasks for a disk in a day, you can set the TimePoints to an array.

  • A maximum of 24 time points can be selected.

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


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


@JvmName(name = "eqebutqmrauebwqy")
suspend fun timePoints(values: List<Output<String>>)
@JvmName(name = "mamldxtexgnqcqsv")
suspend fun timePoints(vararg values: String)

Parameters

values

The automatic snapshot creation schedule, and the unit of measurement is hour. Value range: 0, 23, which represents from 00:00 to 24:00, for example 1 indicates 01:00. When you want to schedule multiple automatic snapshot tasks for a disk in a day, you can set the TimePoints to an array.

  • A maximum of 24 time points can be selected.

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