GetIpamPoolUsageResult

data class GetIpamPoolUsageResult(val addressPrefixes: List<String>, val allocatedAddressPrefixes: List<String>, val availableAddressPrefixes: List<String>, val childPools: List<ResourceBasicsResponse>, val numberOfAllocatedIPAddresses: String, val numberOfAvailableIPAddresses: String, val numberOfReservedIPAddresses: String, val reservedAddressPrefixes: List<String>, val totalNumberOfIPAddresses: String)

IpamPool usage information.

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>, allocatedAddressPrefixes: List<String>, availableAddressPrefixes: List<String>, childPools: List<ResourceBasicsResponse>, numberOfAllocatedIPAddresses: String, numberOfAvailableIPAddresses: String, numberOfReservedIPAddresses: String, reservedAddressPrefixes: List<String>, totalNumberOfIPAddresses: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of IP address prefixes of the resource.

Link copied to clipboard

List of assigned IP address prefixes.

Link copied to clipboard

List of available IP address prefixes.

Link copied to clipboard

List of IpamPool that are children of this IpamPool.

Link copied to clipboard

Total number of assigned IP addresses in the IpamPool.

Link copied to clipboard

Total number of available IP addresses in the IpamPool.

Link copied to clipboard

Total number of reserved IP addresses in the IpamPool.

Link copied to clipboard

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

Link copied to clipboard

Total number of IP addresses managed in the IpamPool.