DesktopPoolViewStorageAcceleratorSettings
Settings related to the View Storage Accelerator feature.
{
"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"
}
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.
How often to regenerate the View Storage Accelerator cache. Measured in Days. This property can be used for sorting.
Whether to use View Storage Accelerator. This property can be used for sorting.
Disk types to enable for the View Storage Accelerator feature. This is only applicable to linked clone desktop pools. This property can be used for sorting.
- OS_DISKS: OS disks.
- OS_AND_PERSISTENT_DISKS: OS and persistent disks.