use of com.emc.sa.service.vipr.file.tasks.RestoreFileSnapshot in project coprhd-controller by CoprHD.
the class FileStorageUtils method restoreFileSnapshot.
public static void restoreFileSnapshot(URI snapshotId) {
Task<FileSnapshotRestRep> task = execute(new RestoreFileSnapshot(snapshotId));
addAffectedResource(task);
}
Aggregations