NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
RangeUsageDetails (schema)
Usage statistics of IP Range
Represents used and available IP statistics for IP Ranges in an Ip Address Block
| Name | Description | Type | Notes |
|---|---|---|---|
| available_ip_ranges | Available IP ranges Represents free IP ranges in the IP RangeList |
array of string | |
| available_ips_count | Available IPs count Represents free IP count in the IP RangeList |
string | |
| overall_used_ip_ranges | Overall used IP ranges Represent the overall IP ranges allocated from the IP Ranges, not limited to the user's scope |
array of string | |
| overall_used_ips_count | Overall Used IPs count Represent the overall IP count allocated from the IP Ranges, not limited to the user's scope |
string | |
| range | IP range from IpAddressBlock This is one of the IP range from RangeList in IpAddressBlock. |
string | |
| used_ip_ranges | Scoped used IP ranges Represents IP ranges that are allocated from the IP Range in the user's scope |
array of string | |
| used_ips_count | Scoped used IP count Represents IP count that are allocated from the IP Range in the user's scope |
string |