VmHardwareParallelInfo
The Parallel.Info structure contains information about a virtual parallel port.
Properties
boolean
allow_guest_control
Required
Flag indicating whether the guest can connect and disconnect the device.
backing
Required
Physical resource backing for the virtual parallel port.
string
label
Required
Device label.
boolean
start_connected
Required
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
JSON Example
{
"allow_guest_control": false,
"backing": {
"type": "FILE"
},
"label": "string",
"start_connected": false,
"state": "enum"
}