ViewStorageAcceleratorBlackoutTimeSettingsUpdateSpec

ViewStorageAcceleratorBlackoutTimeSettingsUpdateSpec
ViewStorageAcceleratorBlackoutTimeSettingsUpdateSpec

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
Required

List of days for a given range of time.

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

Ending time for the blackout in 24-hour format.

string
start_time
Required

Starting time for the blackout in 24-hour format.