models_v2.recovery_task_info_1 module¶
-
class
models_v2.recovery_task_info_1.
RecoveryTaskInfo1
(progress_task_id=None, status=None, start_time_usecs=None, end_time_usecs=None)[source]¶ Bases:
object
Implementation of the ‘Recovery Task Info1’ model.
Specifies the info about a recovery task.
- Attributes:
progress_task_id (string): Specifies the progress monitor path. status (Status16Enum): Specifies the status of the recovery. start_time_usecs (long|int): Specifies the start time in Unix
timestamp epoch in microseconds.
- end_time_usecs (long|int): Specifies the end time in Unix timestamp
epoch in microseconds.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.