models.deploy_v_ms_to_azure_params module

class models.deploy_v_ms_to_azure_params.DeployVMsToAzureParams(azure_managed_disk_params=None, compute_options=None, network_resource_group=None, network_security_group=None, resource_group=None, storage_account=None, storage_container=None, storage_key=None, storage_resource_group=None, subnet=None, temp_vm_resource_group=None, temp_vm_storage_account=None, temp_vm_storage_container=None, temp_vm_subnet=None, temp_vm_virtual_network=None, virtual_network=None)[source]

Bases: object

Implementation of the ‘DeployVMsToAzureParams’ model.

Contains Azure specific information needed to identify various resources when converting and deploying a VM to Azure.

Attributes:
azure_managed_disk_params (AzureManagedDiskParams): Contains managed

disk parameters needed to deploy to Azure using managed disk.

compute_options (EntityProto): Specifies the attributes and the latest

statistics about an entity.

network_resource_group (EntityProto): Specifies the attributes and the

latest statistics about an entity.

network_security_group (EntityProto): Specifies the attributes and the

latest statistics about an entity.

resource_group (EntityProto): Specifies the attributes and the latest

statistics about an entity.

storage_account (EntityProto): Specifies the attributes and the latest

statistics about an entity.

storage_container (EntityProto): Specifies the attributes and the

latest statistics about an entity.

storage_key (EntityProto): Specifies the attributes and the latest

statistics about an entity.

storage_resource_group (EntityProto): Specifies the attributes and the

latest statistics about an entity.

subnet (EntityProto): Specifies the attributes and the latest

statistics about an entity.

temp_vm_resource_group (EntityProto): Specifies the attributes and the

latest statistics about an entity.

temp_vm_storage_account (EntityProto): Specifies the attributes and

the latest statistics about an entity.

temp_vm_storage_container (EntityProto): Specifies the attributes and

the latest statistics about an entity.

temp_vm_subnet (EntityProto): Specifies the attributes and the latest

statistics about an entity.

temp_vm_virtual_network (EntityProto): Specifies the attributes and

the latest statistics about an entity.

virtual_network (EntityProto): Specifies the attributes and the latest

statistics about an 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.