toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
NatRuleConditionResponse
/
NatRuleConditionResponse
Nat
Rule
Condition
Response
constructor
(
description
:
String
?
=
null
,
destinationAddresses
:
List
<
String
>
?
=
null
,
destinationPorts
:
List
<
String
>
?
=
null
,
ipProtocols
:
List
<
String
>
?
=
null
,
name
:
String
?
=
null
,
ruleConditionType
:
String
,
sourceAddresses
:
List
<
String
>
?
=
null
,
sourceIpGroups
:
List
<
String
>
?
=
null
)