Class BeyondcorpAppConnectionApplicationEndpoint.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.beyondcorp_app_connection.BeyondcorpAppConnectionApplicationEndpoint.Jsii$Proxy
-
- All Implemented Interfaces:
BeyondcorpAppConnectionApplicationEndpoint,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BeyondcorpAppConnectionApplicationEndpoint
@Stability(Stable) @Internal public static final class BeyondcorpAppConnectionApplicationEndpoint.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BeyondcorpAppConnectionApplicationEndpoint
An implementation forBeyondcorpAppConnectionApplicationEndpoint
-
-
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.beyondcorp_app_connection.BeyondcorpAppConnectionApplicationEndpoint
BeyondcorpAppConnectionApplicationEndpoint.Builder, BeyondcorpAppConnectionApplicationEndpoint.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BeyondcorpAppConnectionApplicationEndpoint.Builder builder)Constructor that initializes the object based on literal property values passed by theBeyondcorpAppConnectionApplicationEndpoint.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)StringgetHost()Hostname or IP address of the remote application endpoint.NumbergetPort()Port of the remote application endpoint.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(BeyondcorpAppConnectionApplicationEndpoint.Builder builder)
Constructor that initializes the object based on literal property values passed by theBeyondcorpAppConnectionApplicationEndpoint.Builder.
-
-
Method Detail
-
getHost
public final String getHost()
Description copied from interface:BeyondcorpAppConnectionApplicationEndpointHostname or IP address of the remote application endpoint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#host BeyondcorpAppConnection#host}
- Specified by:
getHostin interfaceBeyondcorpAppConnectionApplicationEndpoint
-
getPort
public final Number getPort()
Description copied from interface:BeyondcorpAppConnectionApplicationEndpointPort of the remote application endpoint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#port BeyondcorpAppConnection#port}
- Specified by:
getPortin interfaceBeyondcorpAppConnectionApplicationEndpoint
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-