models.recover_volumes_task_state_proto module¶
-
class
models.recover_volumes_task_state_proto.
RecoverVolumesTaskStateProto
(params=None, task_result_vec=None)[source]¶ Bases:
object
Implementation of the ‘RecoverVolumesTaskStateProto’ model.
TODO: type model description here.
- Attributes:
params (RecoverVolumesParams): TODO: type description here. task_result_vec (list of RecoverVolumesTaskStateProtoTaskResult):
Contains high-level per-volume information. This data is here because Iris cannot see into protobuf extensions yet needs to display per-subtask progress.
-
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.