models_v2.snapshot_label module

class models_v2.snapshot_label.SnapshotLabel(incremental_label=None, full_label=None)[source]

Bases: object

Implementation of the ‘Snapshot Label’ model.

Specifies the snapshot label for incremental and full backup of Secondary Netapp volumes (Data-Protect Volumes).

Attributes:
incremental_label (string): Specifies the incremental snapshot label

value

full_label (string): Specifies the full snapshot label 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.