models.deploy_v_ms_to_cloud_task_state_proto module¶
-
class
models.deploy_v_ms_to_cloud_task_state_proto.
DeployVMsToCloudTaskStateProto
(deploy_vms_to_cloud_params=None)[source]¶ Bases:
object
Implementation of the ‘DeployVMsToCloudTaskStateProto’ model.
TODO: type model description here.
- Attributes:
- deploy_vms_to_cloud_params (DeployVMsToCloudParams): Contains Cloud
specific information needed to identify various resources when deploying a VM to Cloud.
-
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.