SyntheticTaskMonitorConfNetTcp

data class SyntheticTaskMonitorConfNetTcp(val connectTimes: Int? = null, val interval: Int? = 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(connectTimes: Int? = null, interval: Int? = 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 connectTimes: Int? = null
Link copied to clipboard
val interval: Int? = 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