IpamPoolPrefixAllocation Class
IpamPool prefix allocation reference.
Constructor
IpamPoolPrefixAllocation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
pool
|
|
|
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. |
Attributes
allocated_address_prefixes
List of assigned IP address prefixes in the IpamPool of the associated resource.
allocated_address_prefixes: list[str] | None
number_of_ip_addresses
Number of IP addresses to allocate.
number_of_ip_addresses: str | None
pool
pool: _models.IpamPoolPrefixAllocationPool | None