HostPciPassthruConfig

HostPciPassthruConfig
HostPciPassthruConfig

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",
    "passthruEnabled": false,
    "applyNow": false,
    "hardwareLabel": "string"
}
string
id
Required

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

boolean
passthruEnabled
Required

Whether passThru has been configured for this device

boolean
applyNow
Optional

Whether the passThru config should take effect without rebooting ESX.

When unset, the behavior will be determined automatically based on deviceRebindWithoutRebootSupported. If the configuration can be applied immediately, it will be, otherwise the changes will take effect after reboot.

string
hardwareLabel
Optional

The hardware label of the this PCI device.

Since: vSphere API Release 7.0.2.0