models_v2.recover_app_params_1 module¶
-
class
models_v2.recover_app_params_1.
RecoverAppParams1
(target_environment='kExchange', exchange_target_params=None)[source]¶ Bases:
object
Implementation of the ‘RecoverAppParams1’ model.
Specifies the parameters to recover Exchange databases.
- Attributes:
- target_environment (string): Specifies the environment of the recovery
target. The corresponding params below must be filled out.
- exchange_target_params (ExchangeTargetParams): Specifies the params
for recovering to an Exchange host.
-
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.