GetAppConnectionGateway

data class GetAppConnectionGateway(val appGateway: String, val ingressPort: Int, val type: String, val uri: String)

Constructors

Link copied to clipboard
constructor(appGateway: String, ingressPort: Int, type: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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: String

Server-defined URI for this resource.