NSX-T Data Center REST API
AllocationDetails (type)
{
"additionalProperties": false,
"description": "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.",
"id": "AllocationDetails",
"module_id": "PolicyVpcSubnetStatistics",
"nsx_feature": "DDHCPOptimizations",
"properties": {
"client_mode": {
"description": "Interface IP assignment mode detected at the client.",
"title": "Client mode.",
"type": "string"
},
"ip_address": {
"description": "Pre-allocated IP to VNIC.",
"title": "IP address.",
"type": "string"
},
"ip_address_consumed": {
"description": "Indicate whether IP address is used by VM.",
"title": "IP address consumed.",
"type": "boolean"
},
"ip_allocation_state": {
"description": "Distributed DHCP allocation state.",
"title": "Ip allocation state.",
"type": "string"
},
"mac_address": {
"description": "Interface MAC which is assigned by vCenter to VNIC.",
"title": "MAC address.",
"type": "string"
},
"port_path": {
"description": "VPC subnet port policy path.",
"title": "VPC subnet port policy path.",
"type": "string"
}
},
"title": "Allocation details.",
"type": "object"
}