VirtualMachinePciPassthroughInfo
VirtualMachinePciPassthroughInfo
Description of a generic PCI device that can be attached to a virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"configurationTag": [
"string"
],
"pciDevice": {
"_typeName": "string",
"id": "string",
"classId": 0,
"bus": 0,
"slot": 0,
"function": 0,
"vendorId": 0,
"subVendorId": 0,
"vendorName": "string",
"deviceId": 0,
"subDeviceId": 0,
"parentBridge": "string",
"deviceName": "string"
},
"systemId": "string"
}
pciDevice
Required
This data object type describes information about a single Peripheral Component Interconnect (PCI) device.
string
systemId
Required
The ID of the system the PCI device is attached to.