models_v2.target_type_enum module

class models_v2.target_type_enum.TargetTypeEnum[source]

Bases: object

Implementation of the ‘TargetType’ enum.

Specifies the Archival target type where Snapshots are copied.

Attributes:

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

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