models_v2.azure_recover_files_new_target_config module

class models_v2.azure_recover_files_new_target_config.AzureRecoverFilesNewTargetConfig(target_vm=None, target_vm_credentials=None, absolute_path=None)[source]

Bases: object

Implementation of the ‘Azure Recover Files New Target Config.’ model.

Specifies the configuration for recovering files and folders to the new target.

Attributes:
target_vm (RecoverTarget): Specifies the target VM to recover files

and folders to.

target_vm_credentials (TargetVmCredentials): Specifies the credentials

for the target VM.

absolute_path (string): Specifies the absolute path location to

recover files to.

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.