Class GkeonpremBareMetalClusterProxy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gkeonprem_bare_metal_cluster.GkeonpremBareMetalClusterProxy.Jsii$Proxy
-
- All Implemented Interfaces:
GkeonpremBareMetalClusterProxy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeonpremBareMetalClusterProxy
@Stability(Stable) @Internal public static final class GkeonpremBareMetalClusterProxy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeonpremBareMetalClusterProxy
An implementation forGkeonpremBareMetalClusterProxy
-
-
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_cluster.GkeonpremBareMetalClusterProxy
GkeonpremBareMetalClusterProxy.Builder, GkeonpremBareMetalClusterProxy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeonpremBareMetalClusterProxy.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterProxy.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(GkeonpremBareMetalClusterProxy.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeonpremBareMetalClusterProxy.Builder.
-
-
Method Detail
-
getUri
public final String getUri()
Description copied from interface:GkeonpremBareMetalClusterProxySpecifies 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}
- Specified by:
getUriin interfaceGkeonpremBareMetalClusterProxy
-
getNoProxy
public final List<String> getNoProxy()
Description copied from interface:GkeonpremBareMetalClusterProxyA 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}
- Specified by:
getNoProxyin interfaceGkeonpremBareMetalClusterProxy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-