SyntheticTaskMonitorConfNetDnsArgs

data class SyntheticTaskMonitorConfNetDnsArgs(val dnsServerIpType: Output<Int>? = null, val nsServer: Output<String>? = null, val queryMethod: Output<Int>? = null, val targetUrl: Output<String>, val timeout: Output<Int>? = null) : ConvertibleToJava<SyntheticTaskMonitorConfNetDnsArgs>

Constructors

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

Properties

Link copied to clipboard
val dnsServerIpType: Output<Int>? = null

The IP address type of the DNS server.

Link copied to clipboard
val nsServer: Output<String>? = null

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

Link copied to clipboard
val queryMethod: Output<Int>? = null

DNS query method.

Link copied to clipboard
val targetUrl: Output<String>

The target URL.

Link copied to clipboard
val timeout: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): SyntheticTaskMonitorConfNetDnsArgs