Compartilhar via


PoolUsage Class

IpamPool usage information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network._serialization.Model
PoolUsage

Constructor

PoolUsage(**kwargs: Any)

Variables

Name Description
address_prefixes

List of IP address prefixes of the resource.

child_pools

List of IpamPool that are children of this IpamPool.

allocated_address_prefixes

List of assigned IP address prefixes.

reserved_address_prefixes

List of reserved IP address prefixes. These IP addresses could be reclaimed if not assigned in the given time.

available_address_prefixes

List of available IP address prefixes.

total_number_of_ip_addresses
str

Total number of IP addresses managed in the IpamPool.

number_of_allocated_ip_addresses
str

Total number of assigned IP addresses in the IpamPool.

number_of_reserved_ip_addresses
str

Total number of reserved IP addresses in the IpamPool.

number_of_available_ip_addresses
str

Total number of available IP addresses in the IpamPool.