models_v2.archival_target_configuration_1 module

class models_v2.archival_target_configuration_1.ArchivalTargetConfiguration1(id=None, archival_target_type=None, retention=None)[source]

Bases: object

Implementation of the ‘Archival Target Configuration1’ model.

Specifies settings for copying Snapshots External Targets (such as AWS or Tape). This also specifies the retention policy that should be applied to Snapshots after they have been copied to the specified target.

Attributes:
id (long|int): Specifies the Archival target to copy the Snapshots

to.

archival_target_type (ArchivalTargetTypeEnum): Specifies the

snapshot’s archival target type from which recovery has been performed.

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.