Synthetic Task Monitor Conf Net Tcp Args
data class SyntheticTaskMonitorConfNetTcpArgs(val connectTimes: Output<Int>? = null, val interval: Output<Int>? = null, val targetUrl: Output<String>, val timeout: Output<Int>? = null, val tracertEnable: Output<Boolean>? = null, val tracertNumMax: Output<Int>? = null, val tracertTimeout: Output<Int>? = null) : ConvertibleToJava<SyntheticTaskMonitorConfNetTcpArgs>
Properties
Link copied to clipboard
The number of TCP connections established. The minimum value is 1, the maximum value is 16, and the default is 4.
Link copied to clipboard
Whether to enable tracert. The default is true.
Link copied to clipboard
The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
Link copied to clipboard
The time-out of tracert. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 60000.