models_v2.incremental_full_and_retention_policy module¶
-
class
models_v2.incremental_full_and_retention_policy.
IncrementalFullAndRetentionPolicy
(retention=None, incremental=None, full=None)[source]¶ Bases:
object
Implementation of the ‘Incremental, Full and Retention Policy.’ model.
Specifies the Incremental and Full policy settings and also the common Retention policy settings.”
- Attributes:
- incremental (IncrementalBackupScheduleAndRetention): Specifies
incremental backup settings for a Protection Group.
- full (FullBackupScheduleAndRetention): Specifies full backup settings
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.