noProxies

@JvmName(name = "cfhgqqdlyeyfbtyn")
suspend fun noProxies(value: Output<List<String>>)
@JvmName(name = "wvgdnayvlxkwkduk")
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 = "glhompognmcervjy")
suspend fun noProxies(vararg values: Output<String>)


@JvmName(name = "tyrguhlmbryftpln")
suspend fun noProxies(values: List<Output<String>>)
@JvmName(name = "looaxqjljucabbiv")
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".