V3FunctionCustomDns

data class V3FunctionCustomDns(val dnsOptions: List<V3FunctionCustomDnsDnsOption>? = null, val nameServers: List<String>? = null, val searches: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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: List<String>? = null

IP Address List of DNS servers

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

DNS search domain list