noProxies

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

Parameters

value

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


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


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

Parameters

values

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