ContainerGroupDnsConfigArgs

data class ContainerGroupDnsConfigArgs(val nameServers: Output<List<String>>? = null, val options: Output<List<ContainerGroupDnsConfigOptionArgs>>? = null, val searches: Output<List<String>>? = null) : ConvertibleToJava<ContainerGroupDnsConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val nameServers: Output<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: Output<List<String>>? = null

The list of DNS lookup domains.

Functions

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