models_v2.archival_target_type_2_enum module

class models_v2.archival_target_type_2_enum.ArchivalTargetType2Enum[source]

Bases: object

Implementation of the ‘archivalTargetType2’ enum.

TODO: type enum description here.

Attributes:

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

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