Search in sources :

Example 1 with DeactivateFileSnapshotShare

use of com.emc.sa.service.vipr.file.tasks.DeactivateFileSnapshotShare in project coprhd-controller by CoprHD.

the class FileStorageUtils method deactivateSnapshotShare.

public static void deactivateSnapshotShare(URI fileSnapshotId, String shareName) {
    Task<FileSnapshotRestRep> task = execute(new DeactivateFileSnapshotShare(fileSnapshotId, shareName));
    addAffectedResource(task);
}
Also used : FileSnapshotRestRep(com.emc.storageos.model.file.FileSnapshotRestRep) DeactivateFileSnapshotShare(com.emc.sa.service.vipr.file.tasks.DeactivateFileSnapshotShare)

Aggregations

DeactivateFileSnapshotShare (com.emc.sa.service.vipr.file.tasks.DeactivateFileSnapshotShare)1 FileSnapshotRestRep (com.emc.storageos.model.file.FileSnapshotRestRep)1