你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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". |