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.


state Required

Connection status of the virtual device.

JSON Example

{
	"allow_guest_control": false,
	"backing": {
		"type": "FILE"
	},
	"label": "string",
	"start_connected": false,
	"state": "enum"
}
Returned By

Get Hardware Parallel

Feedback

Was this page helpful?