Interface GkeonpremBareMetalClusterProxy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalClusterProxy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.439Z") @Stability(Stable) public interface GkeonpremBareMetalClusterProxy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalClusterProxy.BuilderA builder forGkeonpremBareMetalClusterProxystatic classGkeonpremBareMetalClusterProxy.Jsii$ProxyAn implementation forGkeonpremBareMetalClusterProxy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalClusterProxy.Builderbuilder()default List<String>getNoProxy()A list of IPs, hostnames, and domains that should skip the proxy.StringgetUri()Specifies the address of your proxy server.
-
-
-
Method Detail
-
getUri
@Stability(Stable) @NotNull String getUri()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#uri GkeonpremBareMetalCluster#uri}
-
getNoProxy
@Stability(Stable) @Nullable default List<String> getNoProxy()
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}
-
builder
@Stability(Stable) static GkeonpremBareMetalClusterProxy.Builder builder()
-
-