Vm_Hardware_Parallel_CreateSpec
Vm_Hardware_Parallel_CreateSpec
The Parallel.CreateSpec structure provides a specification for the configuration of a newly-created virtual parallel port.
JSON Example
{
"backing": {
"type": "string",
"file": "string",
"host_device": "string"
},
"start_connected": false,
"allow_guest_control": false
}
backing
Optional
The Parallel.BackingSpec structure provides a specification of the physical resource backing a virtual parallel port.
boolean
start_connected
Optional
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset.
boolean
allow_guest_control
Optional
Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset.