PoolUsage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |