AzureFirewallNatRule Class
Properties of a NAT rule.
- Inheritance
-
AzureFirewallNatRule
Constructor
AzureFirewallNatRule(*, name: typing.Union[str, NoneType] = None, description: typing.Union[str, NoneType] = None, source_addresses: typing.Union[typing.List[str], NoneType] = None, destination_addresses: typing.Union[typing.List[str], NoneType] = None, destination_ports: typing.Union[typing.List[str], NoneType] = None, protocols: typing.Union[typing.List[typing.Union[str, _ForwardRef('AzureFirewallNetworkRuleProtocol')]], NoneType] = None, translated_address: typing.Union[str, NoneType] = None, translated_port: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- name
- str
Name of the NAT rule.
- description
- str
Description of the rule.
- protocols
- list[str or AzureFirewallNetworkRuleProtocol]
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.
Feedback
Submit and view feedback for