models.scheduling_policy_proto_continuous_schedule module

class models.scheduling_policy_proto_continuous_schedule.SchedulingPolicyProtoContinuousSchedule(backup_interval_mins=None)[source]

Bases: object

Implementation of the ‘SchedulingPolicyProto_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.

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.