models_v2.run_type_1_enum module

class models_v2.run_type_1_enum.RunType1Enum[source]

Bases: object

Implementation of the ‘RunType1’ enum.

Specifies the type of protection run created this snapshot.

Attributes:

KREGULAR: TODO: type description here. KFULL: TODO: type description here. KLOG: TODO: type description here. KSYSTEM: TODO: type description here. KHYDRATECDP: TODO: type description here.

KFULL = 'kFull'
KHYDRATECDP = 'kHydrateCDP'
KLOG = 'kLog'
KREGULAR = 'kRegular'
KSYSTEM = 'kSystem'