Interface RestoreService


  • public interface RestoreService
    Defines the restore service.
    Since:
    1.6.0
    • Method Detail

      • getRestoreDetails

        RestoreDetail getRestoreDetails​(RestoreSpec restoreSpec)
                                 throws DAMException
        Returns the RestoreDetail of the restore specification.
        Parameters:
        restoreSpec - restore specify to get restore information
        Returns:
        the detail of restore service
        Throws:
        DAMException
      • restore

        OperationExecutionStatus restore​(RestoreDetail restoreDetails)
        Returns the OperationExecutionStatus after running the restore service.
        Parameters:
        restoreDetails - restore details to get drive information
        Returns:
        the status of restore service