models_v2.backup_schedule_and_retention module

class models_v2.backup_schedule_and_retention.BackupScheduleAndRetention(regular=None, log=None, bmr=None, cdp=None)[source]

Bases: object

Implementation of the ‘Backup Schedule and Retention.’ model.

Specifies the backup schedule and retentions of a Protection Policy.

Attributes:
regular (IncrementalFullAndRetentionPolicy): Specifies the Incremental

and Full policy settings and also the common Retention policy settings.”

log (LogBackupDatabasesScheduleAndRetention): Specifies log backup

settings for a Protection Group.

bmr (BMRBackupPhysicalScheduleAndRetention): Specifies the BMR

schedule in case of physical source protection.

cdp (ContiniousDataProtectionCDPPolicy): Specifies CDP (Continious

Data Protection) backup settings for a Protection Group.

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.