models_v2.status_10_enum module

class models_v2.status_10_enum.Status10Enum[source]

Bases: object

Implementation of the ‘Status10’ 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'