pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Port
Group
Properties
Response
Link copied to clipboard
fun
PortGroupPropertiesResponse
(
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.