ContainerGroupDnsConfig

data class ContainerGroupDnsConfig(val nameServers: List<String>? = null, val options: List<ContainerGroupDnsConfigOption>? = null, val searches: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The list of DNS server IP addresses.

Link copied to clipboard

The structure of options. See options below.

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

The list of DNS lookup domains.