Source code for models_v2.type_44_enum
# -*- coding: utf-8 -*-
[docs]class Type44Enum(object):
"""Implementation of the 'Type44' enum.
Specifies type of the object activity.
Attributes:
BACKUPRUN: TODO: type description here.
RESTORE: TODO: type description here.
ARCHIVALRUN: TODO: type description here.
"""
BACKUPRUN = 'BackupRun'
RESTORE = 'Restore'
ARCHIVALRUN = 'ArchivalRun'