Class GkeonpremBareMetalAdminClusterProxy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterProxy.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalAdminClusterProxy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalAdminClusterProxy
@Stability(Stable) @Internal public static final class GkeonpremBareMetalAdminClusterProxy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalAdminClusterProxy
An implementation forGkeonpremBareMetalAdminClusterProxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_admin_cluster.GkeonpremBareMetalAdminClusterProxy
GkeonpremBareMetalAdminClusterProxy.Builder, GkeonpremBareMetalAdminClusterProxy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalAdminClusterProxy.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalAdminClusterProxy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getNoProxy()A list of IPs, hostnames, and domains that should skip the proxy.StringgetUri()Specifies the address of your proxy server.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GkeonpremBareMetalAdminClusterProxy.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalAdminClusterProxy.Builder.
-
-
Method Detail
-
getUri
public final String getUri()
Description copied from interface:GkeonpremBareMetalAdminClusterProxySpecifies 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}
- Specified by:
getUriin interfaceGkeonpremBareMetalAdminClusterProxy
-
getNoProxy
public final List<String> getNoProxy()
Description copied from interface:GkeonpremBareMetalAdminClusterProxyA 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}
- Specified by:
getNoProxyin interfaceGkeonpremBareMetalAdminClusterProxy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-