BareMetalAdminClusterProxyArgs

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

Constructors

Link copied to clipboard
constructor(noProxies: Output<List<String>>? = null, uri: Output<String>)

Properties

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

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

Link copied to clipboard
val uri: Output<String>

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

Functions

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