NatRuleCondition Class
Rule condition of type nat.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.network.v2019_12_01.models._models_py3.FirewallPolicyRuleConditionNatRuleCondition
Constructor
NatRuleCondition(*, name: typing.Union[str, NoneType] = None, description: typing.Union[str, NoneType] = None, ip_protocols: typing.Union[typing.List[typing.Union[str, _ForwardRef('FirewallPolicyRuleConditionNetworkProtocol')]], 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, source_ip_groups: typing.Union[typing.List[str], NoneType] = None, **kwargs)
Parameters
- name
- str
Name of the rule condition.
- description
- str
Description of the rule condition.
- rule_condition_type
- str or FirewallPolicyRuleConditionType
Required. Rule Condition Type.Constant filled by server. Possible values include: "ApplicationRuleCondition", "NetworkRuleCondition", "NatRuleCondition".
- ip_protocols
- list[str or FirewallPolicyRuleConditionNetworkProtocol]
Array of FirewallPolicyRuleConditionNetworkProtocols.
Feedback
Submit and view feedback for