toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Application
Pvtz
Discovery
Svc
Port
Protocol
Link copied to clipboard
constructor
(
port
:
Int
?
=
null
,
protocol
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
port
Link copied to clipboard
val
port
:
Int
?
=
null
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
The protocol. Valid values:
TCP
and
UDP
.