AllocatedConnectionResponse

data class AllocatedConnectionResponse(val ingressPort: Int, val pscUri: String)

Allocated connection of the AppGateway.

Constructors

Link copied to clipboard
fun AllocatedConnectionResponse(ingressPort: Int, pscUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ingress port of an allocated connection

Link copied to clipboard

The PSC uri of an allocated connection