models.restore_info_proto_restore_entity module

class models.restore_info_proto_restore_entity.RestoreInfoProtoRestoreEntity(entity=None, error=None, progress_monitor_task_path=None, public_status=None, relative_restore_paths=None, resource_pool_entity=None, restored_entity=None, status=None, warnings=None)[source]

Bases: object

Implementation of the ‘RestoreInfoProto_RestoreEntity’ model.

TODO: type model description here.

Attributes:
entity (EntityProto): Specifies the attributes and the latest

statistics about an entity.

error (ErrorProto): TODO: type description here. progress_monitor_task_path (string): The path relative to the root

path of the restore task progress monitor of the progress monitor for this entity.

public_status (int): Iris-facing task state. This field is stamped

during the export.

relative_restore_paths (list of string): All the paths that the

entity’s files were restored to. Each path is relative to the destination view.

resource_pool_entity (EntityProto): Specifies the attributes and the

latest statistics about an entity.

restored_entity (EntityProto): Specifies the attributes and the latest

statistics about an entity.

status (int): The restore status of the entity. warnings (list of ErrorProto): Optional warnings if any.

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.