public class VirtualDiskOptionVFlashCacheConfigOption extends DynamicData
Java class for VirtualDiskOptionVFlashCacheConfigOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskOptionVFlashCacheConfigOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="cacheConsistencyType" type="{urn:vim25}ChoiceOption"/>
<element name="cacheMode" type="{urn:vim25}ChoiceOption"/>
<element name="reservationInMB" type="{urn:vim25}LongOption"/>
<element name="blockSizeInKB" type="{urn:vim25}LongOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LongOption |
blockSizeInKB |
protected ChoiceOption |
cacheConsistencyType |
protected ChoiceOption |
cacheMode |
protected LongOption |
reservationInMB |
| Constructor and Description |
|---|
VirtualDiskOptionVFlashCacheConfigOption() |
| Modifier and Type | Method and Description |
|---|---|
LongOption |
getBlockSizeInKB()
Gets the value of the blockSizeInKB property.
|
ChoiceOption |
getCacheConsistencyType()
Gets the value of the cacheConsistencyType property.
|
ChoiceOption |
getCacheMode()
Gets the value of the cacheMode property.
|
LongOption |
getReservationInMB()
Gets the value of the reservationInMB property.
|
void |
setBlockSizeInKB(LongOption value)
Sets the value of the blockSizeInKB property.
|
void |
setCacheConsistencyType(ChoiceOption value)
Sets the value of the cacheConsistencyType property.
|
void |
setCacheMode(ChoiceOption value)
Sets the value of the cacheMode property.
|
void |
setReservationInMB(LongOption value)
Sets the value of the reservationInMB property.
|
protected ChoiceOption cacheConsistencyType
protected ChoiceOption cacheMode
protected LongOption reservationInMB
protected LongOption blockSizeInKB
public VirtualDiskOptionVFlashCacheConfigOption()
public 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 getReservationInMB()
LongOptionpublic void setReservationInMB(LongOption value)
value - allowed object is
LongOptionpublic LongOption getBlockSizeInKB()
LongOptionpublic void setBlockSizeInKB(LongOption value)
value - allowed object is
LongOptionCopyright © 2018. All rights reserved.