Source code for models_v2.snapshot_target_type_3_enum

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

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