timePoints

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

Parameters

value

The set of times at which the snapshot is taken on the day the automatic snapshot is executed. Value range: 00 to 23, representing 24 time points from 00:00 to 23:00, for example, 01 indicates 01:00.


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


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

Parameters

values

The set of times at which the snapshot is taken on the day the automatic snapshot is executed. Value range: 00 to 23, representing 24 time points from 00:00 to 23:00, for example, 01 indicates 01:00.