models_v2.bmr_backup_physical_schedule_and_retention module

class models_v2.bmr_backup_physical_schedule_and_retention.BMRBackupPhysicalScheduleAndRetention(schedule=None, retention=None)[source]

Bases: object

Implementation of the ‘BMR Backup (Physical) Schedule and Retention.’ model.

Specifies the BMR schedule in case of physical source protection.

Attributes:
schedule (BmrSchedule): Specifies settings that defines how frequent

bmr backup will be performed for a Protection Group.

retention (Retention): Specifies the retention of a backup.

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.