public interface RestoreService
| Modifier and Type | Method and Description |
|---|---|
RestoreDetail |
getRestoreDetails(RestoreSpec restoreSpec)
Returns the RestoreDetail of the restore specification.
|
OperationExecutionStatus |
restore(RestoreDetail restoreDetails)
Returns the OperationExecutionStatus after running the restore service.
|
RestoreDetail getRestoreDetails(RestoreSpec restoreSpec) throws DAMException
restoreSpec - restore specify to get restore informationDAMExceptionOperationExecutionStatus restore(RestoreDetail restoreDetails)
restoreDetails - restore details to get drive information