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
Link copied to clipboard
val nsServer: Output<String>? = null
Link copied to clipboard
val queryMethod: Output<Int>? = null
Link copied to clipboard
val targetUrl: Output<String>
Link copied to clipboard
val timeout: Output<Int>? = null

Functions

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