Class BareMetalClusterProxyArgs


  • public final class BareMetalClusterProxyArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • noProxies

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> noProxies()
        Returns:
        A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
      • uri

        public com.pulumi.core.Output<java.lang.String> uri()
        Returns:
        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.