Source code for models_v2.snapshot_target_type_4_enum

# -*- coding: utf-8 -*-

[docs]class SnapshotTargetType4Enum(object): """Implementation of the 'SnapshotTargetType4' enum. Specifies the snapshot target type. Attributes: LOCAL: TODO: type description here. ARCHIVAL: TODO: type description here. """ LOCAL = 'Local' ARCHIVAL = 'Archival'