models.setup_restore_disk_task_info_proto module¶
-
class
models.setup_restore_disk_task_info_proto.
SetupRestoreDiskTaskInfoProto
(entity=None, progress_monitor_root_task_path=None, root_entity=None, source_view_name=None, task_id=None, view_box_id=None, view_name=None)[source]¶ Bases:
object
Implementation of the ‘SetupRestoreDiskTaskInfoProto’ model.
Each available extension is listed below along with the location of the proto file (relative to magneto/connectors) where it is defined. SetupRestoreDiskTaskInfoProto extension, extension_number Location =========================================================================== == vmware::SetupRestoreDiskTaskInfo vmware_setup_restore_disk_task_info, 100 connectors/vmware/vmware_setup_restore_disks.proto.proto AgentSetupRestoreDiskTaskInfo agent_setup_restore_disk_task_info, 101 base/agent.proto app_file::SetupRestoreTaskInfo app_file_setup_restore_task_info, 102 connectors/app_file/app_file_setup_restore.proto hyperv::SetupRestoreDiskTaskInfo hyperv_setup_restore_disk_task_info, 103 connectors/hyperv/hyperv_setup_restore_disks.proto =========================================================================== ==
- Attributes:
- entity (EntityProto): Specifies the attributes and the latest
statistics about an entity.
- progress_monitor_root_task_path (string): The path to the progress
monitor root task if any.
- root_entity (EntityProto): Specifies the attributes and the latest
statistics about an entity.
- source_view_name (string): The source view which contains the backups
for the ‘entity’.
task_id (long|int): The id of the associated task. view_box_id (long|int): The view box id containing the backups for the
‘entity’.
- view_name (string): Destination view into which the files will be
cloned.
-
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.