models_v2.original_target_config_4 module¶
-
class
models_v2.original_target_config_4.
OriginalTargetConfig4
(recover_method=None, recover_to_original_path=None, target_vm_credentials=None, alternate_path=None)[source]¶ Bases:
object
Implementation of the ‘OriginalTargetConfig4’ model.
Specifies the configuration for recovering to the original target.
- Attributes:
- recover_method (RecoverMethodEnum): Specifies the method to recover
files and folders.
- target_vm_credentials (TargetVmCredentials8): Specifies the
credentials for the target VM. This is mandatory if the recoverMethod is AutoDeploy or UseHypervisorApis.
- recover_to_original_path (bool): Specifies whether to recover files
and folders to the original path location. If false, alternatePath must be specified.
- alternate_path (string): Specifies the alternate 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.