Vcenter Host Hardware DirectPathDevices ListItem

Vcenter Host Hardware DirectPathDevices ListItem
Vcenter Host Hardware DirectPathDevices ListItem

The Vcenter Host Hardware DirectPathDevices ListItem schema provides information about a DirectPath device returned by GET /vcenter/host/{host}/hardware/direct-path-devices operation.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "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"
        ]
    }
}
string
device
Required

The ID of the DirectPath device.

This property was added in vSphere API 9.1.0.0.

info
Required

Information about the DirectPath device.

This property was added in vSphere API 9.1.0.0.