vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualSerialPortOption(vim.vm.device.VirtualSerialPortOption)
- Extends
- VirtualDeviceOption
- See also
- BoolOption
- Since
- 2.0
Data Object Description
TheVirtualSerialPortOption
data object contains the options
for configuring the virtual serial port device defined by the
VirtualSerialPort
data object.
These options include information about how the device is backed
physically on the host: by a network socket, a host file, a host serial port device,
or a pipe to another process.
Properties
Name | Type | Description |
---|---|---|
yieldOnPoll | BoolOption |
Indicates whether the virtual machine supports the CPU yield option during
virtual serial port polling. When this feature is supported and enabled,
the virtual machine will periodically relinquish the processor if its
sole task is polling the virtual serial port.
If |
Properties inherited from VirtualDeviceOption | ||
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, numaSupported, plugAndPlay, type | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |