models.cloud_deploy_target module¶
-
class
models.cloud_deploy_target.
CloudDeployTarget
(deploy_vms_to_cloud_params=None, target_entity=None, mtype=None)[source]¶ Bases:
object
Implementation of the ‘CloudDeployTarget’ model.
Message that specifies the details about CloudDeploy target where backup snapshots may be converted and stored.
- Attributes:
- deploy_vms_to_cloud_params (DeployVMsToCloudParams): Contains Cloud
specific information needed to identify various resources when deploying a VM to Cloud.
- target_entity (EntityProto): Specifies the attributes and the latest
statistics about an entity.
mtype (int): The type of the CloudDeploy target.
-
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.