NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
IpAddressBlockAllocationStateForCidr (schema)
IpAddressBlock CIDR Allocation State
Represents the state for a CIDR allocated from an IpAddressBlock. The CIDR can be a single IP which is represented as a /32. Or it can be a larger CIDR.
| Name | Description | Type | Notes |
|---|---|---|---|
| allocation_path | Policy path of the Ip Address Allocation object | string | |
| cidr | Allocated CIDR | string | |
| consumer | Project/VPC this CIDR is allocated to | string | |
| used_by | The service or VM using this allocated CIDR | array of IpAddressBlockCidrUsedByDetails |