models.recover_disks_task_state_proto module¶
-
class
models.recover_disks_task_state_proto.
RecoverDisksTaskStateProto
(recover_virtual_disk_info=None, recover_virtual_disk_params=None)[source]¶ Bases:
object
Implementation of the ‘RecoverDisksTaskStateProto’ model.
TODO: type model description here.
- Attributes:
- recover_virtual_disk_info (RecoverVirtualDiskInfoProto): Each
available extension is listed below along with the location of the proto file (relative to magneto/connectors) where it is defined. RecoverVirtualDiskInfoProto extension Location =================================================================== ========== =================================================================== ==========
- recover_virtual_disk_params (RecoverVirtualDiskParams): TODO: type
description here.
-
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.