models_v2.status_8_enum module¶
-
class
models_v2.status_8_enum.Status8Enum[source]¶ Bases:
objectImplementation of the ‘Status8’ enum.
Specifies the recovery status for this file or folder.
- Attributes:
NOTSTARTED: TODO: type description here. ESTIMATIONINPROGRESS: TODO: type description here. ESTIMATIONDONE: TODO: type description here. COPYINPROGRESS: TODO: type description here. FINISHED: TODO: type description here.
-
COPYINPROGRESS= 'CopyInProgress'¶
-
ESTIMATIONDONE= 'EstimationDone'¶
-
ESTIMATIONINPROGRESS= 'EstimationInProgress'¶
-
FINISHED= 'Finished'¶
-
NOTSTARTED= 'NotStarted'¶