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