dnsServers

@JvmName(name = "eqyowxfitnbxsgrw")
suspend fun dnsServers(value: Output<List<String>>)
@JvmName(name = "yqrctwcrxeqneewc")
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 = "fkryrifkgvgdwwel")
suspend fun dnsServers(vararg values: Output<String>)


@JvmName(name = "igrvlivgjxoviubx")
suspend fun dnsServers(values: List<Output<String>>)
@JvmName(name = "asgbthrlmehnsska")
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.