toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.beyondcorp.kotlin.outputs
/
AppGatewayAllocatedConnection
App
Gateway
Allocated
Connection
data
class
AppGatewayAllocatedConnection
(
val
ingressPort
:
Int
?
=
null
,
val
pscUri
:
String
?
=
null
)
Members
Constructors
App
Gateway
Allocated
Connection
Link copied to clipboard
constructor
(
ingressPort
:
Int
?
=
null
,
pscUri
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ingress
Port
Link copied to clipboard
val
ingressPort
:
Int
?
=
null
The ingress port of an allocated connection.
psc
Uri
Link copied to clipboard
val
pscUri
:
String
?
=
null
The PSC uri of an allocated connection.