VirtualDeviceDeviceBackingInfo

VirtualDeviceDeviceBackingInfo
VirtualDeviceDeviceBackingInfo

The VirtualDeviceDeviceBackingInfo data object type defines information about a host device or resource that backs a device in a virtual machine.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceName": "string",
    "useAutoDetect": false
}
string
deviceName
Required

The name of the device on the host system.

boolean
useAutoDetect
Optional

Indicates whether the device should be auto detected instead of directly specified.

If this value is set to TRUE, deviceName is ignored.