BareMetalProxyConfigArgs

data class BareMetalProxyConfigArgs(val noProxy: Output<List<String>>? = null, val uri: Output<String>) : ConvertibleToJava<BareMetalProxyConfigArgs>

Specifies the cluster proxy configuration.

Constructors

Link copied to clipboard
fun BareMetalProxyConfigArgs(noProxy: Output<List<String>>? = null, uri: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): BareMetalProxyConfigArgs

Properties

Link copied to clipboard
val noProxy: Output<List<String>>? = null

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

Link copied to clipboard
val uri: Output<String>

Specifies the address of your proxy server. Examples: http://domain Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.