toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.managednetworkfabric.kotlin.outputs
/
PortGroupPropertiesResponse
Port
Group
Properties
Response
data
class
PortGroupPropertiesResponse
(
val
name
:
String
?
=
null
,
val
ports
:
List
<
String
>
?
=
null
)
Port Group properties.
Members
Constructors
Port
Group
Properties
Response
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
ports
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the port group.
ports
Link copied to clipboard
val
ports
:
List
<
String
>
?
=
null
List of the ports that need to be matched.