models_v2.snapshot_target_type_1_enum module

class models_v2.snapshot_target_type_1_enum.SnapshotTargetType1Enum[source]

Bases: 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.

ARCHIVAL = 'Archival'
LOCAL = 'Local'