Search in sources :

Example 1 with ExportChangePortGroup

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

the class ExportChangePortGroupService method execute.

@Override
public void execute() throws Exception {
    Task<ExportGroupRestRep> task = execute(new ExportChangePortGroup(exportId, currentPortGroupId, newPortGroupId, suspendWait));
    addAffectedResource(task);
}
Also used : ExportChangePortGroup(com.emc.sa.service.vipr.block.tasks.ExportChangePortGroup) ExportGroupRestRep(com.emc.storageos.model.block.export.ExportGroupRestRep)

Aggregations

ExportChangePortGroup (com.emc.sa.service.vipr.block.tasks.ExportChangePortGroup)1 ExportGroupRestRep (com.emc.storageos.model.block.export.ExportGroupRestRep)1