SyntheticTaskMonitorConfNetDns

data class SyntheticTaskMonitorConfNetDns(val dnsServerIpType: Int? = null, val nsServer: String? = null, val queryMethod: Int? = null, val targetUrl: String, val timeout: Int? = null)

Constructors

Link copied to clipboard
constructor(dnsServerIpType: Int? = null, nsServer: String? = null, queryMethod: Int? = null, targetUrl: String, timeout: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsServerIpType: Int? = null

The IP address type of the DNS server.

Link copied to clipboard
val nsServer: String? = null

The IP address of the NS server. The default value is 114.114.114.114.

Link copied to clipboard
val queryMethod: Int? = null

DNS query method.

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.