NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
IpAddressBlockAllocationState (schema)
IpAddressBlock allocation state
Represents the allocation state of all CIDRs allocated from an IpAddressBlock
| Name | Description | Type | Notes |
|---|---|---|---|
| allocation_states | State of each CIDR allocated from the IpAddressBlock | array of IpAddressBlockAllocationStateForCidr | |
| display_name | Display Name of IpAddressBlock | string | |
| ip_address_type | Type of IP Address Represents the type of IP addresses present inside the IpAddressBlock. |
string | Enum: IPV4, IPV6 |
| ip_block_path | Policy path of IpAddressBlock | string | |
| visibility | Visibility of IpAddressBlock Represents visibility or scope of IpAddressBlock and expected consumption of IpAddressBlock with same scope. It is empty by default. |
string | Enum: PRIVATE, EXTERNAL |