StorageAcceleratorDataUpdateSpec
StorageAcceleratorDataUpdateSpec
Information about the Storage Accelerator Data
JSON Example
{
"default_cache_size_mb": 1024,
"enabled": false,
"host_overrides": [
{
"cache_size_mb": 2048,
"path": "/path/host"
}
]
}
integer As int32 As int32
default_cache_size_mb
Required
Default size of the cache in megabytes. This property has a default value of 1024. This property has a minimum value of 100. This property has a maximum value of 32768.
boolean
enabled
Required
Indicates if View Storage Accelerator enabled This property has a default value of false.
array of HostOverrideDataUpdateSpec
host_overrides
Required
Cache size overrides for hosts which support View Storage Accelerator.