public class HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption extends DynamicData
Java class for HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vFlashModule" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vFlashModuleVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="minSupportedModuleVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cacheConsistencyType" type="{urn:vim25}ChoiceOption"/>
<element name="cacheMode" type="{urn:vim25}ChoiceOption"/>
<element name="blockSizeInKBOption" type="{urn:vim25}LongOption"/>
<element name="reservationInMBOption" type="{urn:vim25}LongOption"/>
<element name="maxDiskSizeInKB" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LongOption |
blockSizeInKBOption |
protected ChoiceOption |
cacheConsistencyType |
protected ChoiceOption |
cacheMode |
protected long |
maxDiskSizeInKB |
protected String |
minSupportedModuleVersion |
protected LongOption |
reservationInMBOption |
protected String |
vFlashModule |
protected String |
vFlashModuleVersion |
| Constructor and Description |
|---|
HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption() |
| Modifier and Type | Method and Description |
|---|---|
LongOption |
getBlockSizeInKBOption()
Gets the value of the blockSizeInKBOption property.
|
ChoiceOption |
getCacheConsistencyType()
Gets the value of the cacheConsistencyType property.
|
ChoiceOption |
getCacheMode()
Gets the value of the cacheMode property.
|
long |
getMaxDiskSizeInKB()
Gets the value of the maxDiskSizeInKB property.
|
String |
getMinSupportedModuleVersion()
Gets the value of the minSupportedModuleVersion property.
|
LongOption |
getReservationInMBOption()
Gets the value of the reservationInMBOption property.
|
String |
getVFlashModule()
Gets the value of the vFlashModule property.
|
String |
getVFlashModuleVersion()
Gets the value of the vFlashModuleVersion property.
|
void |
setBlockSizeInKBOption(LongOption value)
Sets the value of the blockSizeInKBOption property.
|
void |
setCacheConsistencyType(ChoiceOption value)
Sets the value of the cacheConsistencyType property.
|
void |
setCacheMode(ChoiceOption value)
Sets the value of the cacheMode property.
|
void |
setMaxDiskSizeInKB(long value)
Sets the value of the maxDiskSizeInKB property.
|
void |
setMinSupportedModuleVersion(String value)
Sets the value of the minSupportedModuleVersion property.
|
void |
setReservationInMBOption(LongOption value)
Sets the value of the reservationInMBOption property.
|
void |
setVFlashModule(String value)
Sets the value of the vFlashModule property.
|
void |
setVFlashModuleVersion(String value)
Sets the value of the vFlashModuleVersion property.
|
protected String vFlashModule
protected String vFlashModuleVersion
protected String minSupportedModuleVersion
protected ChoiceOption cacheConsistencyType
protected ChoiceOption cacheMode
protected LongOption blockSizeInKBOption
protected LongOption reservationInMBOption
protected long maxDiskSizeInKB
public HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption()
public String getVFlashModule()
Stringpublic void setVFlashModule(String value)
value - allowed object is
Stringpublic String getVFlashModuleVersion()
Stringpublic void setVFlashModuleVersion(String value)
value - allowed object is
Stringpublic String getMinSupportedModuleVersion()
Stringpublic void setMinSupportedModuleVersion(String value)
value - allowed object is
Stringpublic ChoiceOption getCacheConsistencyType()
ChoiceOptionpublic void setCacheConsistencyType(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic ChoiceOption getCacheMode()
ChoiceOptionpublic void setCacheMode(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic LongOption getBlockSizeInKBOption()
LongOptionpublic void setBlockSizeInKBOption(LongOption value)
value - allowed object is
LongOptionpublic LongOption getReservationInMBOption()
LongOptionpublic void setReservationInMBOption(LongOption value)
value - allowed object is
LongOptionpublic long getMaxDiskSizeInKB()
public void setMaxDiskSizeInKB(long value)
Copyright © 2018. All rights reserved.