toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.eci.kotlin.outputs
/
GetContainerGroupsGroupContainerPort
Get
Container
Groups
Group
Container
Port
data
class
GetContainerGroupsGroupContainerPort
(
val
port
:
Int
,
val
protocol
:
String
)
Members
Constructors
Get
Container
Groups
Group
Container
Port
Link copied to clipboard
constructor
(
port
:
Int
,
protocol
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
port
Link copied to clipboard
val
port
:
Int
The port number. Valid values: 1 to 65535.
protocol
Link copied to clipboard
val
protocol
:
String
Valid values:
TCP
and
UDP
.