VirtualDeviceRemoteDeviceBackingInfo

VirtualDeviceRemoteDeviceBackingInfo
VirtualDeviceRemoteDeviceBackingInfo

VirtualDeviceRemoteDeviceBackingInfo is a data object type for information about a remote device backing used by a device in a virtual machine.

The primary difference between a remote device backing and a local device backing is that the VirtualCenter server cannot provide a list of remote host devices available for this virtual device backing.

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 remote 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.