PoolUsage interface
IpamPool usage information.
Properties
| address |
List of IP address prefixes of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| allocated |
List of assigned IP address prefixes. NOTE: This property will not be serialized. It can only be populated by the server. |
| available |
List of available IP address prefixes. NOTE: This property will not be serialized. It can only be populated by the server. |
| child |
List of IpamPool that are children of this IpamPool. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Total number of assigned IP addresses in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Total number of available IP addresses in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Total number of reserved IP addresses in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server. |
| reserved |
List of reserved IP address prefixes. These IP addresses could be reclaimed if not assigned in the given time. NOTE: This property will not be serialized. It can only be populated by the server. |
| total |
Total number of IP addresses managed in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
addressPrefixes
List of IP address prefixes of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
addressPrefixes?: string[]
Property Value
string[]
allocatedAddressPrefixes
List of assigned IP address prefixes. NOTE: This property will not be serialized. It can only be populated by the server.
allocatedAddressPrefixes?: string[]
Property Value
string[]
availableAddressPrefixes
List of available IP address prefixes. NOTE: This property will not be serialized. It can only be populated by the server.
availableAddressPrefixes?: string[]
Property Value
string[]
childPools
List of IpamPool that are children of this IpamPool. NOTE: This property will not be serialized. It can only be populated by the server.
childPools?: ResourceBasics[]
Property Value
numberOfAllocatedIPAddresses
Total number of assigned IP addresses in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfAllocatedIPAddresses?: string
Property Value
string
numberOfAvailableIPAddresses
Total number of available IP addresses in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfAvailableIPAddresses?: string
Property Value
string
numberOfReservedIPAddresses
Total number of reserved IP addresses in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfReservedIPAddresses?: string
Property Value
string
reservedAddressPrefixes
List of reserved IP address prefixes. These IP addresses could be reclaimed if not assigned in the given time. NOTE: This property will not be serialized. It can only be populated by the server.
reservedAddressPrefixes?: string[]
Property Value
string[]
totalNumberOfIPAddresses
Total number of IP addresses managed in the IpamPool. NOTE: This property will not be serialized. It can only be populated by the server.
totalNumberOfIPAddresses?: string
Property Value
string