MonitorConfigIspCityNodeArgs

data class MonitorConfigIspCityNodeArgs(val cityCode: Output<String>, val ispCode: Output<String>) : ConvertibleToJava<MonitorConfigIspCityNodeArgs>

Constructors

Link copied to clipboard
constructor(cityCode: Output<String>, ispCode: Output<String>)

Properties

Link copied to clipboard
val cityCode: Output<String>

The code of the city node to monitor.

Link copied to clipboard
val ispCode: Output<String>

The code of the Internet provider service (ISP) node to monitor.

Functions

Link copied to clipboard
open override fun toJava(): MonitorConfigIspCityNodeArgs