IPPrefixesList Class
List of SNAT IP Prefixes learnt by firewall to not SNAT.
- Inheritance
-
azure.mgmt.network._serialization.ModelIPPrefixesList
Constructor
IPPrefixesList(*, ip_prefixes: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_prefixes
|
IP Prefix value. |
Variables
Name | Description |
---|---|
ip_prefixes
|
IP Prefix value. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python