dnsSearchDomains

@JvmName(name = "vepigveeblrvdwvu")
suspend fun dnsSearchDomains(value: Output<List<String>>)
@JvmName(name = "spxldmtajcgsqudu")
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 = "vyaqxmabkdttjyew")
suspend fun dnsSearchDomains(vararg values: Output<String>)


@JvmName(name = "gwdcaurxqambjdeo")
suspend fun dnsSearchDomains(values: List<Output<String>>)
@JvmName(name = "roqvtnlvvlaggafh")
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.