public class VirtualSIOControllerOption extends VirtualControllerOption
Java class for VirtualSIOControllerOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSIOControllerOption">
<complexContent>
<extension base="{urn:vim25}VirtualControllerOption">
<sequence>
<element name="numFloppyDrives" type="{urn:vim25}IntOption"/>
<element name="numSerialPorts" type="{urn:vim25}IntOption"/>
<element name="numParallelPorts" type="{urn:vim25}IntOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntOption |
numFloppyDrives |
protected IntOption |
numParallelPorts |
protected IntOption |
numSerialPorts |
devices, supportedDeviceautoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualSIOControllerOption() |
| Modifier and Type | Method and Description |
|---|---|
IntOption |
getNumFloppyDrives()
Gets the value of the numFloppyDrives property.
|
IntOption |
getNumParallelPorts()
Gets the value of the numParallelPorts property.
|
IntOption |
getNumSerialPorts()
Gets the value of the numSerialPorts property.
|
void |
setNumFloppyDrives(IntOption value)
Sets the value of the numFloppyDrives property.
|
void |
setNumParallelPorts(IntOption value)
Sets the value of the numParallelPorts property.
|
void |
setNumSerialPorts(IntOption value)
Sets the value of the numSerialPorts property.
|
getDevices, getSupportedDevice, setDevicesgetAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected IntOption numFloppyDrives
protected IntOption numSerialPorts
protected IntOption numParallelPorts
public IntOption getNumFloppyDrives()
IntOptionpublic void setNumFloppyDrives(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumSerialPorts()
IntOptionpublic void setNumSerialPorts(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumParallelPorts()
IntOptionCopyright © 2018. All rights reserved.