dnsServers

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

Parameters

value

DNS servers for the cache to use. It will be set from the network configuration if no value is provided.


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


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

Parameters

values

DNS servers for the cache to use. It will be set from the network configuration if no value is provided.