public class VirtualDiskOption extends VirtualDeviceOption
Java class for VirtualDiskOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceOption">
<sequence>
<element name="capacityInKB" type="{urn:vim25}LongOption"/>
<element name="ioAllocationOption" type="{urn:vim25}StorageIOAllocationOption" minOccurs="0"/>
<element name="vFlashCacheConfigOption" type="{urn:vim25}VirtualDiskOptionVFlashCacheConfigOption" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LongOption |
capacityInKB |
protected StorageIOAllocationOption |
ioAllocationOption |
protected VirtualDiskOptionVFlashCacheConfigOption |
vFlashCacheConfigOption |
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualDiskOption() |
| Modifier and Type | Method and Description |
|---|---|
LongOption |
getCapacityInKB()
Gets the value of the capacityInKB property.
|
StorageIOAllocationOption |
getIoAllocationOption()
Gets the value of the ioAllocationOption property.
|
VirtualDiskOptionVFlashCacheConfigOption |
getVFlashCacheConfigOption()
Gets the value of the vFlashCacheConfigOption property.
|
void |
setCapacityInKB(LongOption value)
Sets the value of the capacityInKB property.
|
void |
setIoAllocationOption(StorageIOAllocationOption value)
Sets the value of the ioAllocationOption property.
|
void |
setVFlashCacheConfigOption(VirtualDiskOptionVFlashCacheConfigOption value)
Sets the value of the vFlashCacheConfigOption property.
|
getAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected LongOption capacityInKB
protected StorageIOAllocationOption ioAllocationOption
protected VirtualDiskOptionVFlashCacheConfigOption vFlashCacheConfigOption
public LongOption getCapacityInKB()
LongOptionpublic void setCapacityInKB(LongOption value)
value - allowed object is
LongOptionpublic StorageIOAllocationOption getIoAllocationOption()
StorageIOAllocationOptionpublic void setIoAllocationOption(StorageIOAllocationOption value)
value - allowed object is
StorageIOAllocationOptionpublic VirtualDiskOptionVFlashCacheConfigOption getVFlashCacheConfigOption()
VirtualDiskOptionVFlashCacheConfigOptionpublic void setVFlashCacheConfigOption(VirtualDiskOptionVFlashCacheConfigOption value)
value - allowed object is
VirtualDiskOptionVFlashCacheConfigOptionCopyright © 2018. All rights reserved.