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