Search in sources :

Example 1 with AdjustExportPaths

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

the class BlockStorageUtils method adjustExportPaths.

public static URI adjustExportPaths(URI vArray, Integer minPaths, Integer maxPaths, Integer pathsPerInitiator, URI storageSystemId, URI id, List<InitiatorPathParam> addedPaths, List<InitiatorPathParam> removedPaths, boolean suspendWait) {
    Task<ExportGroupRestRep> task = execute(new AdjustExportPaths(vArray, minPaths, maxPaths, pathsPerInitiator, storageSystemId, id, addedPaths, removedPaths, suspendWait));
    URI exportId = task.getResourceId();
    addAffectedResource(exportId);
    return exportId;
}
Also used : ExportGroupRestRep(com.emc.storageos.model.block.export.ExportGroupRestRep) AdjustExportPaths(com.emc.sa.service.vipr.block.tasks.AdjustExportPaths) URI(java.net.URI)

Aggregations

AdjustExportPaths (com.emc.sa.service.vipr.block.tasks.AdjustExportPaths)1 ExportGroupRestRep (com.emc.storageos.model.block.export.ExportGroupRestRep)1 URI (java.net.URI)1