你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PoolUsage Class

Definition

IpamPool usage information.

public class PoolUsage
type PoolUsage = class
Public Class PoolUsage
Inheritance
PoolUsage

Constructors

PoolUsage()

Initializes a new instance of the PoolUsage class.

PoolUsage(IList<String>, IList<ResourceBasics>, IList<String>, IList<String>, IList<String>, String, String, String, String)

Initializes a new instance of the PoolUsage class.

Properties

AddressPrefixes

Gets list of IP address prefixes of the resource.

AllocatedAddressPrefixes

Gets list of assigned IP address prefixes.

AvailableAddressPrefixes

Gets list of available IP address prefixes.

ChildPools

Gets list of IpamPool that are children of this IpamPool.

NumberOfAllocatedIPAddresses

Gets total number of assigned IP addresses in the IpamPool.

NumberOfAvailableIPAddresses

Gets total number of available IP addresses in the IpamPool.

NumberOfReservedIPAddresses

Gets total number of reserved IP addresses in the IpamPool.

ReservedAddressPrefixes

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

TotalNumberOfIPAddresses

Gets total number of IP addresses managed in the IpamPool.

Applies to