Class GkeonpremBareMetalClusterProxy.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • uri

        @Stability(Stable)
        public GkeonpremBareMetalClusterProxy.Builder uri​(String uri)
        Parameters:
        uri - Specifies the address of your proxy server. This parameter is required. For example: http://domain WARNING: Do not provide credentials in the format of http://(username:password@)domain these will be rejected by the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#uri GkeonpremBareMetalCluster#uri}
        Returns:
        this
      • noProxy

        @Stability(Stable)
        public GkeonpremBareMetalClusterProxy.Builder noProxy​(List<String> noProxy)
        Parameters:
        noProxy - A list of IPs, hostnames, and domains that should skip the proxy. For example ["127.0.0.1", "example.com", ".corp", "localhost"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#no_proxy GkeonpremBareMetalCluster#no_proxy}
        Returns:
        this