Data Object - VirtualPCIPassthroughDeviceBackingInfo(vim.vm.device.VirtualPCIPassthrough.DeviceBackingInfo)

Property of
VirtualSriovEthernetCardSriovBackingInfo
Extends
VirtualDeviceDeviceBackingInfo
Since
vSphere API 4.0

Data Object Description

The VirtualPCIPassthrough.DeviceBackingInfo data object type contains information about the backing that maps the virtual device onto a physical device.

Properties

Name Type Description
deviceIdxsd:string

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.
idxsd:string

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

The ID of the system the PCI device is attached to.
vendorIdxsd:short

The vendor ID for this PCI device. You must use the vendor ID retrieved from the vSphere host (HostPciDevice.vendorId).
Properties inherited from VirtualDeviceDeviceBackingInfo
deviceName, useAutoDetect
Properties inherited from VirtualDeviceBackingInfo
None
Properties inherited from DynamicData
None

Show WSDL type definition