HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption
{
"_typeName": "string",
"vFlashModule": "string",
"vFlashModuleVersion": "string",
"minSupportedModuleVersion": "string",
"cacheConsistencyType": {
"_typeName": "string",
"valueIsReadonly": false,
"choiceInfo": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"defaultIndex": 0
},
"cacheMode": {
"_typeName": "string",
"valueIsReadonly": false,
"choiceInfo": [
{
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
}
],
"defaultIndex": 0
},
"blockSizeInKBOption": {
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
},
"reservationInMBOption": {
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
},
"maxDiskSizeInKB": 0
}
Name of the vFlash module
Version of the vFlash module
Minimum supported version
The ChoiceOption data object type defines a set of supported string values, a localizable description for each value, and the default value.
The ChoiceOption data object type defines a set of supported string values, a localizable description for each value, and the default value.
The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.
The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.
Maximal size of virtual disk supported in kilobytes.