models.restore_files_task_state_proto module¶
-
class
models.restore_files_task_state_proto.
RestoreFilesTaskStateProto
(restore_files_info=None, restore_params=None)[source]¶ Bases:
object
Implementation of the ‘RestoreFilesTaskStateProto’ model.
TODO: type model description here.
- Attributes:
- restore_files_info (RestoreFilesInfoProto): Each available extension
is listed below along with the location of the proto file (relative to magneto/connectors) where it is defined. RestoreFilesInfoProto extension Location Extn =================================================================== ========== vmware::RestoreFilesInfo::vmware_restore_files_info vmware/vmware.proto 100 AgentRestoreFilesInfo::agent_restore_files_info base/agent.proto 101 file::RestoreFilesInfo::restore_files_info file/file.proto 102 hyperv::RestoreFilesInfo::hyperv_restore_files_info hyperv/hyperv.proto 103 =================================================================== ==========
- restore_params (RestoreFilesParams): This message captures all the
necessary arguments specified by the user to restore files to the source.
-
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.