toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.selectdb.kotlin.outputs
/
DbInstanceInstanceNetInfoPortList
Db
Instance
Instance
Net
Info
Port
List
data
class
DbInstanceInstanceNetInfoPortList
(
val
port
:
String
?
=
null
,
val
protocol
:
String
?
=
null
)
Members
Constructors
Db
Instance
Instance
Net
Info
Port
List
Link copied to clipboard
constructor
(
port
:
String
?
=
null
,
protocol
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
port
Link copied to clipboard
val
port
:
String
?
=
null
The port that is used to connect.
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
The protocol of the port.