models_v2.archival_snapshot_config module

class models_v2.archival_snapshot_config.ArchivalSnapshotConfig(new_snapshot_config=None, update_existing_snapshot_config=None)[source]

Bases: object

Implementation of the ‘Archival Snapshot Config.’ model.

Specifies the params to perform actions on archival snapshots taken by a Protection Group Run.

Attributes:
new_snapshot_config (list of ArchivalTargetConfiguration1): Specifies

the new configuration about adding Archival Snapshot to existing Protection Group Run.

update_existing_snapshot_config (list of

UpdateArchivalSnapshotConfig): Specifies the configuration about updating an existing Archival Snapshot Run.

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.