Interface GkeonpremBareMetalAdminClusterProxy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremBareMetalAdminClusterProxy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.407Z") @Stability(Stable) public interface GkeonpremBareMetalAdminClusterProxy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremBareMetalAdminClusterProxy.BuilderA builder forGkeonpremBareMetalAdminClusterProxystatic classGkeonpremBareMetalAdminClusterProxy.Jsii$ProxyAn implementation forGkeonpremBareMetalAdminClusterProxy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeonpremBareMetalAdminClusterProxy.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_admin_cluster#uri GkeonpremBareMetalAdminCluster#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_admin_cluster#no_proxy GkeonpremBareMetalAdminCluster#no_proxy}
-
builder
@Stability(Stable) static GkeonpremBareMetalAdminClusterProxy.Builder builder()
-
-