models.restore_app_object_params module

class models.restore_app_object_params.RestoreAppObjectParams(ad_restore_params=None, clone_task_id=None, exchange_restore_params=None, oracle_restore_params=None, sql_restore_params=None, target_host=None, target_host_parent_source=None)[source]

Bases: object

Implementation of the ‘RestoreAppObjectParams’ model.

TODO: type model description here.

Attributes:
ad_restore_params (RestoreADAppObjectParams): TODO: type description

here.

clone_task_id (long|int): Id of finished clone task which has to be

refreshed with different data.

exchange_restore_params(RestoreExchangeParams): The Exchange specific

application object restore params. Only applicable if the RestoreAppObject.app_entity is of type kExchange.

oracle_restore_params (RestoreOracleAppObjectParams): TODO: type

description here.

sql_restore_params (RestoreSqlAppObjectParams): TODO: type description

here.

target_host (EntityProto): Specifies the attributes and the latest

statistics about an entity.

target_host_parent_source (EntityProto): Specifies the attributes and

the latest statistics about an entity.

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.