RecoveryStatus#

class RecoveryStatus(recovery_state=None, recovery_state_title=None, overall_completion_percentage=None, *args, **kwargs)#

Bases: object

An object containing Recovery state and overall completion percentage of recovery task.

Parameters:
  • recovery_state – (recovery_state) Recovery state of recovery task. Possible values could be IDFDataRestore, WaitForProcessesToReconcile.

  • recovery_state_title – (recovery_state_title) Recovery state title, the message that appears to the user.

  • overall_completion_percentage – (overall_completion_percentage) Overall completion percentage of task.

property overall_completion_percentage#

Overall completion percentage of task.

Type:

int

property recovery_state#

Recovery state of recovery task. Possible values could be IDFDataRestore, WaitForProcessesToReconcile.

Type:

str

property recovery_state_title#

Recovery state title, the message that appears to the user.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model