ServiceTaskSpecContainerSpecDnsConfigArgs

data class ServiceTaskSpecContainerSpecDnsConfigArgs(val nameservers: Output<List<String>>, val options: Output<List<String>>? = null, val searches: Output<List<String>>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecDnsConfigArgs>

Constructors

constructor(nameservers: Output<List<String>>, options: Output<List<String>>? = null, searches: Output<List<String>>? = null)

Properties

Link copied to clipboard
val nameservers: Output<List<String>>

The IP addresses of the name servers

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

A list of internal resolver variables to be modified (e.g., debug, ndots:3, etc.)

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

A search list for host-name lookup

Functions

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