VirtualPCIPassthroughAllowedDevice
A tuple of vendorId and deviceId indicating an allowed device for a Dynamic DirectPath device.
{
"_typeName": "string",
"vendorId": 0,
"deviceId": 0,
"subVendorId": 0,
"subDeviceId": 0,
"revisionId": 0
}
The vendor ID for this PCI device.
You must use the vendor ID retrieved from the vSphere host or cluster.
The device ID of this PCI device.
You must use the device ID retrieved from the vSphere host or cluster.
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.
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.
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.