public class HostVFlashManagerVFlashCacheConfigSpec extends DynamicData
Java class for HostVFlashManagerVFlashCacheConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVFlashManagerVFlashCacheConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="defaultVFlashModule" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="swapCacheReservationInGB" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultVFlashModule |
protected long |
swapCacheReservationInGB |
| Constructor and Description |
|---|
HostVFlashManagerVFlashCacheConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultVFlashModule()
Gets the value of the defaultVFlashModule property.
|
long |
getSwapCacheReservationInGB()
Gets the value of the swapCacheReservationInGB property.
|
void |
setDefaultVFlashModule(String value)
Sets the value of the defaultVFlashModule property.
|
void |
setSwapCacheReservationInGB(long value)
Sets the value of the swapCacheReservationInGB property.
|
protected String defaultVFlashModule
protected long swapCacheReservationInGB
public HostVFlashManagerVFlashCacheConfigSpec()
public String getDefaultVFlashModule()
Stringpublic void setDefaultVFlashModule(String value)
value - allowed object is
Stringpublic long getSwapCacheReservationInGB()
public void setSwapCacheReservationInGB(long value)
Copyright © 2018. All rights reserved.