NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
AllocationDetails (schema)
Allocation details.
State information of IP allocations for each DHCP-managed VPC subnet port. This information is only available when
the subnet has a DHCP server with distributed DHCP enabled.
| Name | Description | Type | Notes |
|---|---|---|---|
| client_mode | Client mode. Interface IP assignment mode detected at the client. |
string | |
| ip_address | IP address. Pre-allocated IP to VNIC. |
string | |
| ip_address_consumed | IP address consumed. Indicate whether IP address is used by VM. |
boolean | |
| ip_allocation_state | Ip allocation state. Distributed DHCP allocation state. |
string | |
| mac_address | MAC address. Interface MAC which is assigned by vCenter to VNIC. |
string | |
| port_path | VPC subnet port policy path. VPC subnet port policy path. |
string |