HourlySchedule Class

HourlySchedule.

Constructor

HourlySchedule()

Variables

Name Description
interval
int

Interval at which backup needs to be triggered. For hourly the value can be 4/6/8/12.

scheduleWindowStartTime
str

To specify start time of the backup window.

scheduleWindowDuration
int

To specify duration of the backup window.

Attributes

interval

Interval at which backup needs to be triggered. For hourly the value can be 4/6/8/12.

interval: int

scheduleWindowDuration

To specify duration of the backup window.

scheduleWindowDuration: int

scheduleWindowStartTime

To specify start time of the backup window.

scheduleWindowStartTime: str