public class HostVFlashManagerVFlashCacheConfigInfo extends DynamicData
Java class for HostVFlashManagerVFlashCacheConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVFlashManagerVFlashCacheConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vFlashModuleConfigOption" type="{urn:vim25}HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption" maxOccurs="unbounded" minOccurs="0"/>
<element name="defaultVFlashModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="swapCacheReservationInGB" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultVFlashModule |
protected Long |
swapCacheReservationInGB |
protected List<HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption> |
vFlashModuleConfigOption |
| Constructor and Description |
|---|
HostVFlashManagerVFlashCacheConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultVFlashModule()
Gets the value of the defaultVFlashModule property.
|
Long |
getSwapCacheReservationInGB()
Gets the value of the swapCacheReservationInGB property.
|
List<HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption> |
getVFlashModuleConfigOption()
Gets the value of the vFlashModuleConfigOption property.
|
void |
setDefaultVFlashModule(String value)
Sets the value of the defaultVFlashModule property.
|
void |
setSwapCacheReservationInGB(Long value)
Sets the value of the swapCacheReservationInGB property.
|
protected List<HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption> vFlashModuleConfigOption
protected String defaultVFlashModule
protected Long swapCacheReservationInGB
public HostVFlashManagerVFlashCacheConfigInfo()
public List<HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption> getVFlashModuleConfigOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vFlashModuleConfigOption property.
For example, to add a new item, do as follows:
getVFlashModuleConfigOption().add(newItem);
Objects of the following type(s) are allowed in the list
HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption
public String getDefaultVFlashModule()
Stringpublic void setDefaultVFlashModule(String value)
value - allowed object is
Stringpublic Long getSwapCacheReservationInGB()
LongCopyright © 2018. All rights reserved.