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". |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python