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