models.recover_volumes_task_state_proto_task_result module

class models.recover_volumes_task_state_proto_task_result.RecoverVolumesTaskStateProtoTaskResult(dst_guid=None, error=None, progress_monitor_task_path=None)[source]

Bases: object

Implementation of the ‘RecoverVolumesTaskStateProto_TaskResult’ model.

TODO: type model description here.

Attributes:

dst_guid (string): Volume GUID for the Target Entity (phy host). error (ErrorProto): TODO: type description here. progress_monitor_task_path (string): The path relative to the root

path of the restore task progress monitor.

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.