models_v2.backup_schedule_and_retention_1 module

class models_v2.backup_schedule_and_retention_1.BackupScheduleAndRetention1(regular=None, log=None, bmr=None, cdp=None)[source]

Bases: object

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

Specifies the backup schedule and retentions of a Protection Policy.

Attributes:
regular (IncrementalFullAndRetentionPolicy1): Specifies the

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

log (LogBackupDatabasesScheduleAndRetention2): Specifies log backup

settings for a Protection Group.

bmr (BMRBackupPhysicalScheduleAndRetention2): Specifies the BMR

schedule in case of physical source protection.

cdp (ContiniousDataProtectionCDPPolicy2): 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.