NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VpcIpAddressBlock (schema)
Policy VPC IP block
| Name | Description | Type | Notes |
|---|---|---|---|
| allocated_by_vpc | AllocatedByVpc | Readonly | |
| available | Available IP address space | integer | Readonly |
| cidrs | Array of contiguous IP address spaces represented by network address and prefix length Represents list of cidrs. |
array of string | Readonly |
| excluded_ips | Array of contiguous IP address space represented by start and end IPs Represents list of excluded IP address in the form of start and end IPs |
array of IpPoolRange | Readonly |
| path | Path for IP block | string | Readonly |
| percentage_used | Percentage of used IP address space | string | Readonly |
| ranges | Array of contiguous IP address space represented by start and end IPs Represents list of IP address ranges in the form of start and end IPs |
array of IpPoolRange | Readonly |
| total | Total ip address space | integer | Readonly |
| visibility | Visibility of IP block | string | Readonly |
| cidr | CIDR address for IP block | string | Deprecated Readonly |