noProxy

@JvmName(name = "qfnglwndnmfhxxlj")
suspend fun noProxy(value: Output<List<String>>)
@JvmName(name = "ddkraussinumhmgc")
suspend fun noProxy(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 = "kihjfnqkpqbgrodm")
suspend fun noProxy(vararg values: Output<String>)


@JvmName(name = "fhytflsslofxtxsd")
suspend fun noProxy(values: List<Output<String>>)
@JvmName(name = "mhacqxvordkuteyk")
suspend fun noProxy(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".