timePoints

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

Parameters

value

The point in time at which an auto snapshot is created.

  • 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 = "akxlfoebkkvnlofi")
suspend fun timePoints(vararg values: Output<String>)


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

Parameters

values

The point in time at which an auto snapshot is created.

  • 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 (,).