AppConnectionGateway

data class AppConnectionGateway(val appGateway: String, val ingressPort: Int? = null, val type: String? = null, val uri: String? = null)

Constructors

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

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
val ingressPort: 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: 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: String? = null

(Output) Server-defined URI for this resource.