models.cloud_deploy_info_proto_cloud_deploy_entity module¶
-
class
models.cloud_deploy_info_proto_cloud_deploy_entity.
CloudDeployInfoProtoCloudDeployEntity
(deployed_vm_name=None, entity=None, error=None, previous_relative_clone_dir_path=None, previous_relative_clone_paths=None, progress_monitor_task_path=None, public_status=None, relative_clone_paths=None, status=None)[source]¶ Bases:
object
Implementation of the ‘CloudDeployInfoProto_CloudDeployEntity’ model.
TODO: type model description here.
- Attributes:
- deployed_vm_name (string): Optional name that should be used for
deployed VM.
- entity (EntityProto): Specifies the attributes and the latest
statistics about an entity.
error (ErrorProto): TODO: type description here. previous_relative_clone_dir_path (string): Directory where files of
the entity’s previous snapshot were cloned to. Path is relative to the destination view.
- previous_relative_clone_paths (list of string): All the paths that the
entity’s previous snapshot files were cloned to. Each path is relative to the destination view.
- progress_monitor_task_path (string): Progress monitor task path for
this entity which is relative to the root path of the cloud deploy task progress monitor.
- public_status (int): Iris-facing task state. This field is stamped
during the export.
- relative_clone_paths (list of string): All the paths that the entity’s
files were cloned to. Each path is relative to the destination view.
status (int): The status of the entity.
-
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.