VirtualMachineDynamicPassthroughInfo

VirtualMachineDynamicPassthroughInfo
VirtualMachineDynamicPassthroughInfo

Description of a Dynamic DirectPath PCI device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "configurationTag": [
        "string"
    ],
    "vendorName": "string",
    "deviceName": "string",
    "customLabel": "string",
    "vendorId": 0,
    "deviceId": 0
}
string
vendorName
Required

The vendor name of this PCI device.

string
deviceName
Required

The device name of this PCI device.

string
customLabel
Optional

The custom label attached to this PCI device.

integer As int32 As int32
vendorId
Required

PCI vendor ID for this device.

integer As int32 As int32
deviceId
Required

PCI device ID for this device.