public class VirtualSerialPortOption extends VirtualDeviceOption
Java class for VirtualSerialPortOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSerialPortOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceOption">
<sequence>
<element name="yieldOnPoll" type="{urn:vim25}BoolOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoolOption |
yieldOnPoll |
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualSerialPortOption() |
| Modifier and Type | Method and Description |
|---|---|
BoolOption |
getYieldOnPoll()
Gets the value of the yieldOnPoll property.
|
void |
setYieldOnPoll(BoolOption value)
Sets the value of the yieldOnPoll property.
|
getAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected BoolOption yieldOnPoll
public BoolOption getYieldOnPoll()
BoolOptionpublic void setYieldOnPoll(BoolOption value)
value - allowed object is
BoolOptionCopyright © 2018. All rights reserved.