timePoints

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

Parameters

value

The points in time of the day at which to create automatic snapshots. The time is displayed in UTC+8. Unit: hours. Valid values: 0 to 23, which correspond to the 24 points in time on the hour from 00:00:00 to 23:00:00. For example, 1 indicates 01:00:00. Multiple points in time can be specified. The parameter value is a JSON array that contains up to 24 points in time separated by commas (,). Example: "0", "1", ... "23". The following arguments will be discarded. Please use new fields as soon as possible:


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


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

Parameters

values

The points in time of the day at which to create automatic snapshots. The time is displayed in UTC+8. Unit: hours. Valid values: 0 to 23, which correspond to the 24 points in time on the hour from 00:00:00 to 23:00:00. For example, 1 indicates 01:00:00. Multiple points in time can be specified. The parameter value is a JSON array that contains up to 24 points in time separated by commas (,). Example: "0", "1", ... "23". The following arguments will be discarded. Please use new fields as soon as possible: