models_v2.log_backup_databases_schedule_and_retention_2 module

class models_v2.log_backup_databases_schedule_and_retention_2.LogBackupDatabasesScheduleAndRetention2(schedule=None, retention=None)[source]

Bases: object

Implementation of the ‘Log Backup (Databases) Schedule and Retention.2’ model.

Specifies log backup settings for a Protection Group.

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

log 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.