V2FunctionCustomDns

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS resolver configuration parameter list. See dns_options below.

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

List of IP addresses of DNS servers.

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

List of DNS search domains.