AppGatewayAllocatedConnection

data class AppGatewayAllocatedConnection(val ingressPort: Int? = null, val pscUri: String? = null)

Constructors

Link copied to clipboard
constructor(ingressPort: Int? = null, pscUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ingressPort: Int? = null

The ingress port of an allocated connection.

Link copied to clipboard
val pscUri: String? = null

The PSC uri of an allocated connection.