HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption
HostVFlashManagerVFlashCacheConfigInfoVFlashModuleConfigOption
AllOf
This class requires all of the following:
JSON Example
{
"_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
}
string
vFlashModule
Required
Name of the vFlash module
string
vFlashModuleVersion
Required
Version of the vFlash module
string
minSupportedModuleVersion
Required
Minimum supported version
cacheConsistencyType
Required
Cache data consistency types.
See VirtualDiskVFlashCacheConfigInfoCacheConsistencyTypeEnum
blockSizeInKBOption
Required
blockSizeInKBOption defines a range of virtual disk cache block size.
reservationInMBOption
Required
reservationInMBOption defines a range of virtual disk cache size.
integer As int64
As int64
maxDiskSizeInKB
Required
Maximal size of virtual disk supported in kilobytes.