Also set the cacheType
FlashCacheCreateRequest {
driveRefs (Array[string]): A list of one or more drive refs belonging to SSD drives that will be utilized in the FlashCache ,
name (string, optional): The user label for the FlashCache ,
enableExistingVolumes (boolean, optional): If true, all existing volumes that are mapped will have flash cache enabled,
cacheType(FlashCacheType): The flash cache type
}
Example:
{
"driveRefs": [
"010000005001E8200002D1A80000000000000000"
],
"name": "testCache",
"enableExistingVolumes": false,
"cacheType":"readOnlyCache"
}