models.backup_policy_proto_continuous_schedule module

class models.backup_policy_proto_continuous_schedule.BackupPolicyProtoContinuousSchedule(backup_interval_mins=None, exclusion_ranges=None)[source]

Bases: object

Implementation of the ‘BackupPolicyProto_ContinuousSchedule’ model.

TODO: type model description here.

Attributes:
backup_interval_mins (long|int): If this field is set, backups will be

performed periodically every ‘interval_mins’ number of minutes. NOTE: This is the interval between the start time of two successive backups.

exclusion_ranges (list of BackupPolicyProtoExclusionTimeRange): Do not

start backups in these time-ranges. It’s possible for a previously started backup to spill over into an exclusion range. NOTE: This field has been deprecated. Use the exclusion_ranges field defined within BackupPolicyProto instead.

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.