SyntheticTaskMonitorConfNetIcmp

data class SyntheticTaskMonitorConfNetIcmp(val interval: Int? = null, val packageNum: Int? = null, val packageSize: Int? = null, val splitPackage: Boolean? = null, val targetUrl: String, val timeout: Int? = null, val tracertEnable: Boolean? = null, val tracertNumMax: Int? = null, val tracertTimeout: Int? = null)

Constructors

Link copied to clipboard
constructor(interval: Int? = null, packageNum: Int? = null, packageSize: Int? = null, splitPackage: Boolean? = null, targetUrl: String, timeout: Int? = null, tracertEnable: Boolean? = null, tracertNumMax: Int? = null, tracertTimeout: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val interval: Int? = null

The interval between TCP connections. The unit is milliseconds (ms), the minimum value is 200, the maximum value is 10000, and the default value is 200.

Link copied to clipboard
val packageNum: Int? = null

Number of ICMP(Ping) packets sent. The minimum value is 1, the maximum value is 50, and the default is 4.

Link copied to clipboard
val packageSize: Int? = null

The size of the sent ICMP(Ping) packet. The unit is byte. The ICMP(PING) packet size is limited to 32, 64, 128, 256, 512, 1024, 1080, and 1450.

Link copied to clipboard
val splitPackage: Boolean? = null

Whether to split ICMP(Ping) packets. The default is true.

Link copied to clipboard

The target URL.

Link copied to clipboard
val timeout: Int? = null

TCP dial test timeout. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 20000.

Link copied to clipboard
val tracertEnable: Boolean? = null

Whether to enable tracert. The default is true.

Link copied to clipboard
val tracertNumMax: Int? = null

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
val tracertTimeout: Int? = null

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.