models_v2.replication_snapshot_config module

class models_v2.replication_snapshot_config.ReplicationSnapshotConfig(new_snapshot_config=None, update_existing_snapshot_config=None)[source]

Bases: object

Implementation of the ‘Replication Snapshot Config.’ model.

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

Attributes:
new_snapshot_config (list of ReplicationTargetConfiguration):

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

update_existing_snapshot_config (list of

UpdateReplicationSnapshotConfig): Specifies the configuration about updating an existing Replication 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.