Class BeyondcorpAppConnectionGateway.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.beyondcorp_app_connection.BeyondcorpAppConnectionGateway.Jsii$Proxy
-
- All Implemented Interfaces:
BeyondcorpAppConnectionGateway,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BeyondcorpAppConnectionGateway
@Stability(Stable) @Internal public static final class BeyondcorpAppConnectionGateway.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BeyondcorpAppConnectionGateway
An implementation forBeyondcorpAppConnectionGateway
-
-
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.BeyondcorpAppConnectionGateway
BeyondcorpAppConnectionGateway.Builder, BeyondcorpAppConnectionGateway.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BeyondcorpAppConnectionGateway.Builder builder)Constructor that initializes the object based on literal property values passed by theBeyondcorpAppConnectionGateway.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)StringgetAppGateway()AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.StringgetType()The type of hosting used by the gateway.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(BeyondcorpAppConnectionGateway.Builder builder)
Constructor that initializes the object based on literal property values passed by theBeyondcorpAppConnectionGateway.Builder.
-
-
Method Detail
-
getAppGateway
public final String getAppGateway()
Description copied from interface:BeyondcorpAppConnectionGatewayAppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#app_gateway BeyondcorpAppConnection#app_gateway}
- Specified by:
getAppGatewayin interfaceBeyondcorpAppConnectionGateway
-
getType
public final String getType()
Description copied from interface:BeyondcorpAppConnectionGatewayThe type of hosting used by the gateway. Refer to https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#Type_1 for a list of possible values.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#type BeyondcorpAppConnection#type}
- Specified by:
getTypein interfaceBeyondcorpAppConnectionGateway
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-