FirewallPolicyNatRule Class

Firewall Policy NAT Rule.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.network.v2019_09_01.models._models_py3.FirewallPolicyRule
FirewallPolicyNatRule

Constructor

FirewallPolicyNatRule(*, name: typing.Union[str, NoneType] = None, priority: typing.Union[int, NoneType] = None, action: typing.Union[_ForwardRef('FirewallPolicyNatRuleAction'), NoneType] = None, translated_address: typing.Union[str, NoneType] = None, translated_port: typing.Union[str, NoneType] = None, rule_condition: typing.Union[_ForwardRef('FirewallPolicyRuleCondition'), NoneType] = None, **kwargs)

Parameters

rule_type
str or FirewallPolicyRuleType

Required. The type of the rule.Constant filled by server. Possible values include: "FirewallPolicyNatRule", "FirewallPolicyFilterRule".

name
str

The name of the rule.

priority
int

Priority of the Firewall Policy Rule resource.

action
FirewallPolicyNatRuleAction

The action type of a Nat rule.

translated_address
str

The translated address for this NAT rule.

translated_port
str

The translated port for this NAT rule.

rule_condition
FirewallPolicyRuleCondition

The match conditions for incoming traffic.