models_v2.azure_parameters module

class models_v2.azure_parameters.AzureParameters(network_resource_group_id=None, resource_group_id=None, storage_account_id=None, storage_container_id=None, storage_resource_group_id=None, temp_vm_resource_group_id=None, temp_vm_storage_account_id=None, temp_vm_storage_container_id=None, temp_vm_subnet_id=None, temp_vm_virtual_network_id=None)[source]

Bases: object

Implementation of the ‘Azure Parameters.’ model.

Specifies various resources when converting and deploying a VM to Azure.

Attributes:
network_resource_group_id (long|int): Specifies id of the resource

group for the selected virtual network.

resource_group_id (long|int): Specifies id of the Azure resource

group. Its value is globally unique within Azure.

storage_account_id (long|int): Specifies id of the storage account

that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.

storage_container_id (long|int): Specifies id of the storage container

within the above storage account.

storage_resource_group_id (long|int): Specifies id of the resource

group for the selected storage account.

temp_vm_resource_group_id (long|int): Specifies id of the temporary

Azure resource group.

temp_vm_storage_account_id (long|int): Specifies id of the temporary

VM storage account that will contain the storage container within which we will create the blob that will become the VHD disk for the cloned VM.

temp_vm_storage_container_id (long|int): Specifies id of the temporary

VM storage container within the above storage account.

temp_vm_subnet_id (long|int): Specifies Id of the temporary VM subnet

within the above virtual network.

temp_vm_virtual_network_id (long|int): Specifies Id of the temporary

VM Virtual Network.

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.