toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.devtestlab.kotlin.outputs
/
PortResponse
Port
Response
data
class
PortResponse
(
val
backendPort
:
Int
?
=
null
,
val
transportProtocol
:
String
?
=
null
)
Properties of a network port.
Members
Constructors
Port
Response
Link copied to clipboard
constructor
(
backendPort
:
Int
?
=
null
,
transportProtocol
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
backend
Port
Link copied to clipboard
val
backendPort
:
Int
?
=
null
Backend port of the target virtual machine.
transport
Protocol
Link copied to clipboard
val
transportProtocol
:
String
?
=
null
Protocol type of the port.