ViewStorageAcceleratorBlackoutTimeSettings

ViewStorageAcceleratorBlackoutTimeSettings
ViewStorageAcceleratorBlackoutTimeSettings

Fields for specifying blackout time for View Storage Accelerator. Storage accelerator regeneration and VM disk space reclamation do not occur during blackout times. The same blackout policy applies to both operations.

JSON Example
{
    "days": [
        "MONDAY",
        "TUESDAY"
    ],
    "end_time": "22:00",
    "start_time": "10:00"
}
array of string
days
Optional

List of days for a given range of time.

Possible values are : MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY, ALL,
string
end_time
Optional

Ending time for the blackout in 24-hour format.

string
start_time
Optional

Starting time for the blackout in 24-hour format.