VirtualPCIPassthroughDynamicBackingInfo

VirtualPCIPassthroughDynamicBackingInfo
VirtualPCIPassthroughDynamicBackingInfo

The VirtualPCIPassthrough.DynamicBackingInfo data object type contains information about the backing that maps the virtual device onto a physical device for a Dynamic DirectPath device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceName": "string",
    "useAutoDetect": false,
    "allowedDevice": [
        {
            "_typeName": "string",
            "vendorId": 0,
            "deviceId": 0,
            "subVendorId": 0,
            "subDeviceId": 0,
            "revisionId": 0
        }
    ],
    "customLabel": "string",
    "assignedId": "string"
}
allowedDevice
Optional

The list of allowed devices for use with a Dynamic DirectPath device.

string
customLabel
Optional

An optional label.

If set, the device must also have the same customLabel attribute set.

string
assignedId
Optional

The id of the device assigned when the VM is powered on.

This value is unset when the VM is powered off.