models_v2.bmr_backup_physical_schedule_and_retention_2 module¶
- 
class 
models_v2.bmr_backup_physical_schedule_and_retention_2.BMRBackupPhysicalScheduleAndRetention2(schedule=None, retention=None)[source]¶ Bases:
objectImplementation of the ‘BMR Backup (Physical) Schedule and Retention.2’ model.
Specifies the BMR schedule in case of physical source protection.
- Attributes:
 - schedule (BmrSchedule1): Specifies settings that defines how frequent
 bmr backup will be performed for a Protection Group.
retention (HeliosRetention): 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.