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);
}
Aggregations