models_v2.archival_target_type_enum module

class models_v2.archival_target_type_enum.ArchivalTargetTypeEnum[source]

Bases: object

Implementation of the ‘ArchivalTargetType’ enum.

Specifies the snapshot’s archival target type from which recovery has been performed.

Attributes:

TAPE: TODO: type description here. CLOUD: TODO: type description here. NAS: TODO: type description here.

CLOUD = 'Cloud'
NAS = 'Nas'
TAPE = 'Tape'