models_v2.azure_target_params module

class models_v2.azure_target_params.AzureTargetParams(rename_recovered_vms_params=None, recovery_target_config=None, power_on_vms=None, continue_on_error=None)[source]

Bases: object

Implementation of the ‘AzureTargetParams’ model.

Specifies the params for recovering to an Azure target.

Attributes:
rename_recovered_vms_params (RenameRecoveredVmsParams): Specifies

params to rename the VMs that are recovered. If not specified, the original names of the VMs are preserved.

recovery_target_config (RecoveryTargetConfig3): Specifies the recovery

target configuration if recovery has to be done to a different location which is different from original source or to original Source with different configuration. If not specified, then the recovery of the vms will be performed to original location with all configuration parameters retained.

power_on_vms (bool): Specifies whether to power on vms after recovery.

If not specified, or false, recovered vms will be in powered off state.

continue_on_error (bool): Specifies whether to continue recovering

other vms if one of vms failed to recover. Default value is false.

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.