BareMetalAdminProxyConfigArgs

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

BareMetalAdminProxyConfig specifies the cluster proxy configuration.

Constructors

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

Functions

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

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 WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.