V3FunctionCustomDnsArgs

data class V3FunctionCustomDnsArgs(val dnsOptions: Output<List<V3FunctionCustomDnsDnsOptionArgs>>? = null, val nameServers: Output<List<String>>? = null, val searches: Output<List<String>>? = null) : ConvertibleToJava<V3FunctionCustomDnsArgs>

Constructors

Link copied to clipboard
constructor(dnsOptions: Output<List<V3FunctionCustomDnsDnsOptionArgs>>? = null, nameServers: Output<List<String>>? = null, searches: Output<List<String>>? = null)

Properties

Link copied to clipboard

List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See dns_options below.

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

IP Address List of DNS servers

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

DNS search domain list

Functions

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