NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
IpAddressBlockUsage (schema)
IP usage statistics of an IpAddressBlock.
Shows used IP ranges and available IP ranges statistics of an IpAddressBlock.
Name | Description | Type | Notes |
---|---|---|---|
available_ip_ranges | Available IP ranges in an IpAddressBlock This represents available ip ranges of an IpAddressBlock. |
array of string | Readonly |
available_ips_count | Available IPs count in IpAddressBlock This represents total count of IPs which are not assigned to any subnet. |
string | Readonly |
used_ip_ranges | Used IP ranges in an IpAddressBlock This represents used ip ranges of an IpAddressBlock. |
array of string | Readonly |
used_ips_count | Used IPs count in IpAddressBlock This represents total count of IPs which are assigned to subnets from this block. |
string | Readonly |