IpamPoolPrefixAllocation Class
IpamPool prefix allocation reference.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelIpamPoolPrefixAllocation
Constructor
IpamPoolPrefixAllocation(*, number_of_ip_addresses: str | None = None, id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
number_of_ip_addresses
|
Number of IP addresses to allocate. |
id
|
Resource id of the associated Azure IpamPool resource. |
Variables
Name | Description |
---|---|
number_of_ip_addresses
|
Number of IP addresses to allocate. |
allocated_address_prefixes
|
List of assigned IP address prefixes in the IpamPool of the associated resource. |
id
|
Resource id of the associated Azure IpamPool resource. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python