models_v2.original_target_config_6 module

class models_v2.original_target_config_6.OriginalTargetConfig6(bring_disks_online=None, target_vm_credentials=None)[source]

Bases: object

Implementation of the ‘OriginalTargetConfig6’ model.

Specifies the configuration for mounting to the original target.

Attributes:
bring_disks_online (bool): Specifies whether the volumes need to be

online within the target environment after attaching the disks. For linux VMs, this should always be set to false because bring disks online is only supported for Windows VM. For Windows, this is optional. If this is set to true, HyperV Integration Services must be installed on the VM.

target_vm_credentials (TargetVmCredentials10): Specifies credentials

to access the target VM.

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.