models.snapshot_label module¶
-
class
models.snapshot_label.
SnapshotLabel
(full_label=None, incremental_label=None)[source]¶ Bases:
object
Implementation of the ‘SnapshotLabel’ model.
Specifies the snapshot label for incremental and full backup of Secondary Netapp volumes (Data-Protect Volumes).
- Attributes:
full_label (string): Specifies the full snapshot label value incremental_label (string) Specifies the incremental 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.