noProxies

@JvmName(name = "gcsioeprjpumyquc")
suspend fun noProxies(value: Output<List<String>>)
@JvmName(name = "hlhauvuxflbgnjsv")
suspend fun noProxies(value: List<String>?)

Parameters

value

A list of IPs, hostnames, and domains that should skip the proxy. Examples: "127.0.0.1", "example.com", ".corp", "localhost".


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


@JvmName(name = "qbjernfpqqfsmdut")
suspend fun noProxies(values: List<Output<String>>)
@JvmName(name = "bdmixtxrhfwmboys")
suspend fun noProxies(vararg values: String)

Parameters

values

A list of IPs, hostnames, and domains that should skip the proxy. Examples: "127.0.0.1", "example.com", ".corp", "localhost".