Data Object - VirtualPCIPassthroughAllowedDevice(vim.vm.device.VirtualPCIPassthrough.AllowedDevice)

Property of
VirtualPCIPassthroughDynamicBackingInfo
Extends
DynamicData
Since
vSphere API 7.0

Data Object Description

A tuple of vendorId and deviceId indicating an allowed device for a Dynamic DirectPath device.

Properties

Name Type Description
deviceIdxsd:int

The device ID of this PCI device. You must use the device ID retrieved from the vSphere host or cluster.
revisionId*xsd:short

The revision ID of this PCI device. If specified, you must use the revision ID retrieved from the vSphere host or cluster. Range of legal values is 0x0 to 0xFF.
subDeviceId*xsd:int

The subDevice ID of this PCI device. If specified, you must use the subDevice ID retrieved from the vSphere host or cluster. Range of legal values is 0x0 to 0xFFFF.
subVendorId*xsd:int

The subVendor ID for this PCI device. If specified, you must use the subVendor ID retrieved from the vSphere host or cluster. Range of legal values is 0x0 to 0xFFFF.
vendorIdxsd:int

The vendor ID for this PCI device. You must use the vendor ID retrieved from the vSphere host or cluster.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition