HostPciDeviceDirectPathInfo

HostPciDeviceDirectPathInfo
HostPciDeviceDirectPathInfo

Information about a physical PCI device that can be made available for virtual machines use.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "interconnectType": "string",
    "driverName": "string",
    "driverVersion": "string",
    "availableMemory": 0
}
string
interconnectType
Optional

The interconnect type of the device, if the device has an interconnect configured and the device driver reports it.

string
driverName
Optional

The driver name of the driver attached to this devices, if there is a device driver attached to this device.

string
driverVersion
Optional

The driver version of the driver attached to this device, if there is a device driver attached to this device.

integer As int32 As int32
availableMemory
Optional

Memory available on the device in MBs, if supported.