toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerinstance.kotlin.outputs
/
PortResponse
Port
Response
data
class
PortResponse
(
val
port
:
Int
,
val
protocol
:
String
?
=
null
)
The port exposed on the container group.
Members
Constructors
Port
Response
Link copied to clipboard
constructor
(
port
:
Int
,
protocol
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
port
Link copied to clipboard
val
port
:
Int
The port number.
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
The protocol associated with the port.