models_v2.snap_mirror_config module

class models_v2.snap_mirror_config.SnapMirrorConfig(view_id=None, incremental_prefix=None)[source]

Bases: object

Implementation of the ‘SnapMirrorConfig’ model.

Specifies the snapshot backup configuration if S3 views are used for backing up NetApp Data-Protect volumes.

Attributes:
view_id (long|int): Specifies the Id of the S3 view where data need to

be written.

incremental_prefix (string): Specifies the incremental snapshot prefix

value.

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.