toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
IPTrafficArgs
/
IPTrafficArgs
IPTraffic
Args
constructor
(
destinationIps
:
Output
<
List
<
String
>
>
,
destinationPorts
:
Output
<
List
<
String
>
>
,
protocols
:
Output
<
List
<
Either
<
String
,
NetworkProtocol
>
>
>
,
sourceIps
:
Output
<
List
<
String
>
>
,
sourcePorts
:
Output
<
List
<
String
>
>
)