models.protection_source_and_application_restore_objects module

class models.protection_source_and_application_restore_objects.ProtectionSourceAndApplicationRestoreObjects(application_restore_objects=None, hosting_protection_source=None)[source]

Bases: object

Implementation of the ‘ProtectionSourceAndApplicationRestoreObjects’ model.

Specifies the details about the protection source and snapshot from where the application objects must be restored. It also provides information about the application objects which have to be restored and target host to which the application objects must be restored.

Attributes:
application_restore_objects (list of ApplicationRestoreObject):

Specifies the Application Server objects whose data should be restored and the restore parameters for each of them.

hosting_protection_source (RestoreObjectDetails): Specifies the

restore information for the Protection Source object that and hosts the Application Servers. This provides the registered snapshot details from which the applications should be restored.

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.