VirtualPCIPassthroughDeviceBackingInfo
VirtualPCIPassthroughDeviceBackingInfo
The VirtualPCIPassthrough.DeviceBackingInfo data object type contains information about the backing that maps the virtual device onto a physical device.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"deviceName": "string",
"useAutoDetect": false,
"id": "string",
"deviceId": "string",
"systemId": "string",
"vendorId": 0
}
string
id
Required
The name ID of this PCI, composed of "bus:slot.function".
string
deviceId
Required
The device ID of this PCI.
You must use the device ID retrieved from the vSphere host (HostPciDevice.deviceId), converted as is to a string.
string
systemId
Required
The ID of the system the PCI device is attached to.
integer
vendorId
Required
The vendor ID for this PCI device.
You must use the vendor ID retrieved from the vSphere host (HostPciDevice.vendorId).