PoolAssociation Class
IpamPool association information.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelPoolAssociation
Constructor
PoolAssociation(*, resource_id: str, pool_id: str | None = None, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
|
Resource id of the associated Azure resource. Required. |
pool_id
|
IpamPool id for which the resource is associated to. |
description
|
|
Variables
Name | Description |
---|---|
resource_id
|
Resource id of the associated Azure resource. Required. |
pool_id
|
IpamPool id for which the resource is associated to. |
description
|
|
address_prefixes
|
List of assigned IP address prefixes in the IpamPool of the associated resource. |
reserved_prefixes
|
List of reserved IP address prefixes in the IpamPool of the associated resource. |
total_number_of_ip_addresses
|
Total number of assigned IP addresses of the association. |
number_of_reserved_ip_addresses
|
Total number of reserved IP addresses of the association. |
created_at
|
Creation time of the association. |
reservation_expires_at
|
Expire time for IP addresses reserved. |
Azure SDK for Python