VirtualSerialPortDeviceBackingInfo

VirtualSerialPortDeviceBackingInfo
VirtualSerialPortDeviceBackingInfo

The VirtualSerialPortDeviceBackingInfo data object defines information for using a host serial port device as backing for a VirtualSerialPort.

On a host, the first virtual machine to configure physical device backing for a virtual serial port will obtain the mapping. As long as that machine maintains the backing, any additional attempts to configure backing using that device will fail (a recoverable error, see the connection info status).

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