Compartir a través de


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.Model
PoolAssociation

Constructor

PoolAssociation(*, resource_id: str, pool_id: str | None = None, description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

Resource id of the associated Azure resource. Required.

pool_id
str

IpamPool id for which the resource is associated to.

description
str

Variables

Name Description
resource_id
str

Resource id of the associated Azure resource. Required.

pool_id
str

IpamPool id for which the resource is associated to.

description
str
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
str

Total number of assigned IP addresses of the association.

number_of_reserved_ip_addresses
str

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.