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