HostPciPassthruInfo

HostPciPassthruInfo
HostPciPassthruInfo

This data object provides information about the state of PciPassthru for all pci devices.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "dependentDevice": "string",
    "passthruEnabled": false,
    "passthruCapable": false,
    "passthruActive": false,
    "hardwareLabel": "string"
}
string
id
Required

The name ID of this PCI, composed of "bus:slot.function".

string
dependentDevice
Required

Device which needs to be unclaimed by vmkernel (may be bridge)

boolean
passthruEnabled
Required

Whether passThru has been configured by the user

boolean
passthruCapable
Required

Whether passThru is even possible for this device (decided by vmkctl)

boolean
passthruActive
Required

Whether passThru is active for this device (meaning enabled + rebooted)

string
hardwareLabel
Optional

The hardware label of this PCI device.

Since: vSphere API Release 7.0.2.0