toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
FirewallNatRuleCollectionRule
/
FirewallNatRuleCollectionRule
Firewall
Nat
Rule
Collection
Rule
constructor
(
description
:
String
?
=
null
,
destinationAddresses
:
List
<
String
>
,
destinationPorts
:
List
<
String
>
,
name
:
String
,
protocols
:
List
<
String
>
,
sourceAddresses
:
List
<
String
>
?
=
null
,
sourceIpGroups
:
List
<
String
>
?
=
null
,
translatedAddress
:
String
,
translatedPort
:
String
)