StorageAcceleratorData
StorageAcceleratorData
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
Optional
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 2048.
boolean
enabled
Optional
Is View Storage Accelerator enabled? This property has a default value of false.
array of HostOverrideData
host_overrides
Optional
Cache size overrides for hosts which support View Storage Accelerator.