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 |
|---|---|---|---|
| address_type | IpAddress Type Represents the type of Ip Address for all CIDRs and ranges within the Ip Address Block |
string | Enum: IPV4, IPV6 |
| 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 |
| cidr_usage | CIDR usage details This represents Usage details for each CIDR of IpAddressBlock |
array of CidrUsageDetails | |
| description | string | ||
| display_name | string | ||
| intent_path | IpAddressBlock policy path This represents policy path of IpAddressBlock |
string | |
| overall_ips_count | Total IPs count in IpAddressBlock This represents total count of IPs which are present in this block. |
string | Readonly |
| range_usage | Range usage details This represents Usage details for each IPRange of IpAddressBlock |
array of RangeUsageDetails | |
| 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 |
| visibility | Visibility of IpAddressBlock Represents visibility or scope of IpAddressBlock and expected consumption of IpAddressBlock with same scope. |
string | Enum: PRIVATE, EXTERNAL |