models_v2.recovery_target_config_10 module¶
- 
class 
models_v2.recovery_target_config_10.RecoveryTargetConfig10(source=None)[source]¶ Bases:
objectImplementation of the ‘RecoveryTargetConfig10’ model.
Specifies the recovery target configuration if recovery has to be done to a different location which is different from original source.
- Attributes:
 - source (Source14): Specifies the id of the physical source to which
 the exchange database will be recovered.
- 
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.