Source code for models_v2.snapshot_target_type_1_enum

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

[docs]class SnapshotTargetType1Enum(object): """Implementation of the 'SnapshotTargetType1' enum. Specifies the target type where the Object's snapshot resides. Attributes: LOCAL: TODO: type description here. ARCHIVAL: TODO: type description here. """ LOCAL = 'Local' ARCHIVAL = 'Archival'