pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.sae.kotlin.outputs
/
ApplicationPvtzDiscoverySvcPortProtocol
Application
Pvtz
Discovery
Svc
Port
Protocol
data
class
ApplicationPvtzDiscoverySvcPortProtocol
(
val
port
:
Int
?
=
null
,
val
protocol
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Application
Pvtz
Discovery
Svc
Port
Protocol
Link copied to clipboard
fun
ApplicationPvtzDiscoverySvcPortProtocol
(
port
:
Int
?
=
null
,
protocol
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
port
Link copied to clipboard
val
port
:
Int
?
=
null
The port.
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
The protocol. Valid values:
TCP
and
UDP
.