ispCities

@JvmName(name = "lpnbphxbeswaeptq")
suspend fun ispCities(value: Output<List<SiteMonitorIspCityArgs>>)
@JvmName(name = "xdxmmhulqyexxeqn")
suspend fun ispCities(value: List<SiteMonitorIspCityArgs>?)

Parameters

value

The detection points in a JSON array. For example, [{"city":"546","isp":"465"},{"city":"572","isp":"465"},{"city":"738","isp":"465"}] indicates the detection points in Beijing, Hangzhou, and Qingdao respectively. You can call the DescribeSiteMonitorISPCityList operation to query detection point information. If this parameter is not specified, three detection points will be chosen randomly for monitoring. See isp_cities below.


@JvmName(name = "iwmrtmdmgwiunnui")
suspend fun ispCities(vararg values: Output<SiteMonitorIspCityArgs>)


@JvmName(name = "ykklmhvbvprcmaav")
suspend fun ispCities(values: List<Output<SiteMonitorIspCityArgs>>)
@JvmName(name = "bqwpfbasmwxygpbx")
suspend fun ispCities(vararg values: SiteMonitorIspCityArgs)

Parameters

values

The detection points in a JSON array. For example, [{"city":"546","isp":"465"},{"city":"572","isp":"465"},{"city":"738","isp":"465"}] indicates the detection points in Beijing, Hangzhou, and Qingdao respectively. You can call the DescribeSiteMonitorISPCityList operation to query detection point information. If this parameter is not specified, three detection points will be chosen randomly for monitoring. See isp_cities below.


@JvmName(name = "dindnhhyfhwuyqkd")
suspend fun ispCities(argument: List<suspend SiteMonitorIspCityArgsBuilder.() -> Unit>)
@JvmName(name = "mctjbhflwrtvoxfn")
suspend fun ispCities(vararg argument: suspend SiteMonitorIspCityArgsBuilder.() -> Unit)
@JvmName(name = "xkaomnpnlslijxuq")
suspend fun ispCities(argument: suspend SiteMonitorIspCityArgsBuilder.() -> Unit)

Parameters

argument

The detection points in a JSON array. For example, [{"city":"546","isp":"465"},{"city":"572","isp":"465"},{"city":"738","isp":"465"}] indicates the detection points in Beijing, Hangzhou, and Qingdao respectively. You can call the DescribeSiteMonitorISPCityList operation to query detection point information. If this parameter is not specified, three detection points will be chosen randomly for monitoring. See isp_cities below.