DesktopPoolViewStorageAcceleratorSettings
DesktopPoolViewStorageAcceleratorSettings
Settings related to the View Storage Accelerator feature.
JSON Example
{
"blackout_times": [
{
"days": [
"MONDAY",
"TUESDAY"
],
"end_time": "22:00",
"start_time": "10:00"
}
],
"regenerate_view_storage_accelerator_days": 7,
"use_view_storage_accelerator": false,
"view_storage_accelerator_disk_types": "OS_DISKS"
}
blackout_times
Optional
A list of blackout times. Storage accelerator regeneration and machine disk space reclamation do not occur during blackout times. The same blackout policy applies to both operations. If unset, no blackout times are used.
integer As int32 As int32
regenerate_view_storage_accelerator_days
Optional
How often to regenerate the View Storage Accelerator cache. Measured in Days.
boolean
use_view_storage_accelerator
Optional
Whether to use View Storage Accelerator.
string
view_storage_accelerator_disk_types
Optional
Disk types to enable for the View Storage Accelerator feature. This is only applicable to linked clone desktop pools.
- OS_DISKS: OS disks.
- OS_AND_PERSISTENT_DISKS: OS and persistent disks.
Possible values are : OS_DISKS, OS_AND_PERSISTENT_DISKS,