AzureFirewallNatRule Class

Properties of a NAT rule.

Inheritance
azure.mgmt.network._serialization.Model
AzureFirewallNatRule

Constructor

AzureFirewallNatRule(*, name: str | None = None, description: str | None = None, source_addresses: List[str] | None = None, destination_addresses: List[str] | None = None, destination_ports: List[str] | None = None, protocols: List[str | _models.AzureFirewallNetworkRuleProtocol] | None = None, translated_address: str | None = None, translated_port: str | None = None, translated_fqdn: str | None = None, source_ip_groups: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the NAT rule.

description
str

Description of the rule.

source_addresses

List of source IP addresses for this rule.

destination_addresses

List of destination IP addresses for this rule. Supports IP ranges, prefixes, and service tags.

destination_ports

List of destination ports.

protocols

Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.

translated_address
str

The translated address for this NAT rule.

translated_port
str

The translated port for this NAT rule.

translated_fqdn
str

The translated FQDN for this NAT rule.

source_ip_groups

List of source IpGroups for this rule.

Variables

Name Description
name
str

Name of the NAT rule.

description
str

Description of the rule.

source_addresses

List of source IP addresses for this rule.

destination_addresses

List of destination IP addresses for this rule. Supports IP ranges, prefixes, and service tags.

destination_ports

List of destination ports.

protocols

Array of AzureFirewallNetworkRuleProtocols applicable to this NAT rule.

translated_address
str

The translated address for this NAT rule.

translated_port
str

The translated port for this NAT rule.

translated_fqdn
str

The translated FQDN for this NAT rule.

source_ip_groups

List of source IpGroups for this rule.