models_v2.backup_type_enum module

class models_v2.backup_type_enum.BackupTypeEnum[source]

Bases: object

Implementation of the ‘BackupType’ enum.

Specifies the backup type should be used for RunNow action.

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'