Source code for models_v2.snapshot_target_type_2_enum

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

[docs]class SnapshotTargetType2Enum(object): """Implementation of the 'snapshotTargetType2' enum. TODO: type enum description here. Attributes: LOCAL: TODO: type description here. ARCHIVAL: TODO: type description here. """ LOCAL = 'Local' ARCHIVAL = 'Archival'