HostPciPassthruInfo
This data object provides information about the state of PciPassthru for all pci devices.
{
"_typeName": "string",
"id": "string",
"dependentDevice": "string",
"passthruEnabled": false,
"passthruCapable": false,
"passthruActive": false,
"hardwareLabel": "string",
"directPathState": {
"_typeName": "string",
"mode": "string",
"configurableModes": [
"string"
],
"usedMemory": 0
}
}
The name ID of this PCI, composed of "bus:slot.function".
Device which needs to be unclaimed by vmkernel (may be bridge)
Whether passThru has been configured by the user
Whether passThru is even possible for this device (decided by vmkctl)
Whether passThru is active for this device (meaning enabled + rebooted)
The hardware label of this PCI device.
Since: vSphere API Release 7.0.2.0
Information about physical device that can provide resources for virtual machines.
Since: vSphere API Release 9.1.0.0