dnsSearchDomains

@JvmName(name = "qnjsbupjgxgtapdt")
suspend fun dnsSearchDomains(value: Output<List<String>>)
@JvmName(name = "jfiqjatdxglvylof")
suspend fun dnsSearchDomains(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "istaqqfvfwjheyma")
suspend fun dnsSearchDomains(values: List<Output<String>>)
@JvmName(name = "anmiedrkahbrxdbq")
suspend fun dnsSearchDomains(vararg values: String)

Parameters

values

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