models.task_type_enum module

class models.task_type_enum.TaskTypeEnum[source]

Bases: object

Implementation of the ‘TaskType’ enum.

Task type denotes which type of task this notification is for. This param is used to reflect the taskType. ‘Restore’ notification type is generated upon completion of Restore tasks. ‘Clone’ notification type is generated upon completion of Clone tasks. ‘BackupNow’ notification type is generated upon completion of Backup tasks. ‘FieldMessage’ notification type is generated when field message from Cohesity support is created. ‘bulkInstallApp’ notification type is generated from bulk install app ‘tiering’ notification type is generated upon completion of tiering tasks. ‘analysis’ notification type is generated upon completion of analysis tasks.

Attributes:

RESTORE: TODO: type description here. CLONE: TODO: type description here. BACKUPNOW: TODO: type description here. FIELDMESSAGE: TODO: type description here. BULKINSTALLAPP: TODO: type description here. TIERING: TODO: type description here. ANALYSIS: TODO: type description here.

ANALYSIS = 'analysis'
BACKUPNOW = 'backupNow'
BULKINSTALLAPP = 'bulkInstallApp'
CLONE = 'clone'
FIELDMESSAGE = 'fieldMessage'
RESTORE = 'restore'
TIERING = 'tiering'