dnsServers

@JvmName(name = "snxkpuixiymcxamw")
suspend fun dnsServers(value: Output<List<String>>)
@JvmName(name = "lumjsnsiacvxetml")
suspend fun dnsServers(value: List<String>?)

Parameters

value

A list of DNS servers that are presented to the container. This parameter maps to `Dns` in the docker container create command and the `--dns` option to docker run. This parameter is not supported for Windows containers.


@JvmName(name = "mtfsxqsjyralbghp")
suspend fun dnsServers(vararg values: Output<String>)


@JvmName(name = "oicoiobxrjfujula")
suspend fun dnsServers(values: List<Output<String>>)
@JvmName(name = "jvabxrekdyrvrixi")
suspend fun dnsServers(vararg values: String)

Parameters

values

A list of DNS servers that are presented to the container. This parameter maps to `Dns` in the docker container create command and the `--dns` option to docker run. This parameter is not supported for Windows containers.