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
Link copied to clipboard
val packageNum: Int? = null
Link copied to clipboard
val packageSize: Int? = null
Link copied to clipboard
val splitPackage: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val timeout: Int? = null
Link copied to clipboard
val tracertEnable: Boolean? = null
Link copied to clipboard
val tracertNumMax: Int? = null
Link copied to clipboard
val tracertTimeout: Int? = null