models.deploy_vms_to_cloud module

class models.deploy_vms_to_cloud.DeployVmsToCloud(aws_params=None, azure_params=None, fleet_params=None)[source]

Bases: object

Implementation of the ‘DeployVmsToCloud’ model.

Specifies the details about deploying vms to specific clouds where backup may be stored and converted.

Attributes:
aws_params (AwsParams): Specifies various resources when converting

and deploying a VM to AWS.

azure_params (AzureParams): Specifies various resources when

converting and deploying a VM to Azure.

fleet_params (FleetParams): Specifies various resources when deploying

vms to fleet instances.

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.