Vcenter Host Hardware DirectPathDevices ListResult
Vcenter Host Hardware DirectPathDevices ListResult
The Vcenter Host Hardware DirectPathDevices ListResult schema represents the result of GET /vcenter/host/{host}/hardware/direct-path-devices operation.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"items": [
{
"device": "string",
"info": {
"name": "string",
"current_mode": "string",
"configurable_modes": [
"string"
],
"interconnect_type": "string",
"driver_name": "string",
"driver_version": "string",
"memory_info": {
"used_memory": 0,
"total_memory": 0,
"reserved_used_memory": 0,
"total_reserved_memory": 0
},
"vms": [
"string"
],
"vm_classes_info": [
{
"zone": "string",
"zone_name": "string",
"vm_class": "string",
"dpp_id": "string",
"vm_class_reserved_in_use": 0,
"vm_class_reserved_total": 0
}
],
"direct_path_profiles": [
"string"
]
}
}
]
}
items
Required
List of #ListItem entries.
This property was added in vSphere API 9.1.0.0.