models.continuous_schedule module¶
-
class
models.continuous_schedule.
ContinuousSchedule
(backup_interval_mins=None)[source]¶ Bases:
object
Implementation of the ‘ContinuousSchedule’ model.
Specifies the time interval between two Job Runs of a continuous backup schedule and any blackout periods when new Job Runs should NOT be started.
- Attributes:
- backup_interval_mins (long|int): If specified, this field defines the
time interval in minutes when new Job Runs are started.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.