AppConnectionGatewayArgs

data class AppConnectionGatewayArgs(val appGateway: Output<String>, val ingressPort: Output<Int>? = null, val type: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<AppConnectionGatewayArgs>

Constructors

Link copied to clipboard
constructor(appGateway: Output<String>, ingressPort: Output<Int>? = null, type: Output<String>? = null, uri: Output<String>? = null)

Properties

Link copied to clipboard
val appGateway: Output<String>

AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.

Link copied to clipboard
val ingressPort: Output<Int>? = null

(Output) Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.

Link copied to clipboard
val type: Output<String>? = null

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.

Link copied to clipboard
val uri: Output<String>? = null

(Output) Server-defined URI for this resource.

Functions

Link copied to clipboard
open override fun toJava(): AppConnectionGatewayArgs