FirewallPolicySNAT Class
The private IP addresses/IP ranges to which traffic will not be SNAT.
- Inheritance
-
azure.mgmt.network._serialization.ModelFirewallPolicySNAT
Constructor
FirewallPolicySNAT(*, private_ranges: List[str] | None = None, auto_learn_private_ranges: str | _models.AutoLearnPrivateRangesMode | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
private_ranges
|
List of private IP addresses/IP address ranges to not be SNAT. |
auto_learn_private_ranges
|
The operation mode for automatically learning private ranges to not be SNAT. Known values are: "Enabled" and "Disabled". |
Variables
Name | Description |
---|---|
private_ranges
|
List of private IP addresses/IP address ranges to not be SNAT. |
auto_learn_private_ranges
|
The operation mode for automatically learning private ranges to not be SNAT. Known values are: "Enabled" and "Disabled". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python