Interface BeyondcorpAppConnectionGateway
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BeyondcorpAppConnectionGateway.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.569Z") @Stability(Stable) public interface BeyondcorpAppConnectionGateway extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBeyondcorpAppConnectionGateway.BuilderA builder forBeyondcorpAppConnectionGatewaystatic classBeyondcorpAppConnectionGateway.Jsii$ProxyAn implementation forBeyondcorpAppConnectionGateway
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BeyondcorpAppConnectionGateway.Builderbuilder()StringgetAppGateway()AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.default StringgetType()The type of hosting used by the gateway.
-
-
-
Method Detail
-
getAppGateway
@Stability(Stable) @NotNull String getAppGateway()
AppGateway 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}
-
getType
@Stability(Stable) @Nullable default String getType()
The 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}
-
builder
@Stability(Stable) static BeyondcorpAppConnectionGateway.Builder builder()
-
-