public class VirtualDiskVFlashCacheConfigInfo extends DynamicData
Java class for VirtualDiskVFlashCacheConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskVFlashCacheConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vFlashModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reservationInMB" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="cacheConsistencyType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cacheMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="blockSizeInKB" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
blockSizeInKB |
protected String |
cacheConsistencyType |
protected String |
cacheMode |
protected Long |
reservationInMB |
protected String |
vFlashModule |
| Constructor and Description |
|---|
VirtualDiskVFlashCacheConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBlockSizeInKB()
Gets the value of the blockSizeInKB property.
|
String |
getCacheConsistencyType()
Gets the value of the cacheConsistencyType property.
|
String |
getCacheMode()
Gets the value of the cacheMode property.
|
Long |
getReservationInMB()
Gets the value of the reservationInMB property.
|
String |
getVFlashModule()
Gets the value of the vFlashModule property.
|
void |
setBlockSizeInKB(Long value)
Sets the value of the blockSizeInKB property.
|
void |
setCacheConsistencyType(String value)
Sets the value of the cacheConsistencyType property.
|
void |
setCacheMode(String value)
Sets the value of the cacheMode property.
|
void |
setReservationInMB(Long value)
Sets the value of the reservationInMB property.
|
void |
setVFlashModule(String value)
Sets the value of the vFlashModule property.
|
protected String vFlashModule
protected Long reservationInMB
protected String cacheConsistencyType
protected String cacheMode
protected Long blockSizeInKB
public String getVFlashModule()
Stringpublic void setVFlashModule(String value)
value - allowed object is
Stringpublic Long getReservationInMB()
Longpublic void setReservationInMB(Long value)
value - allowed object is
Longpublic String getCacheConsistencyType()
Stringpublic void setCacheConsistencyType(String value)
value - allowed object is
Stringpublic String getCacheMode()
Stringpublic void setCacheMode(String value)
value - allowed object is
Stringpublic Long getBlockSizeInKB()
LongCopyright © 2018. All rights reserved.