Search in sources :

Example 1 with SwapCGContinuousCopies

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

the class BlockStorageUtils method swapCGContinuousCopy.

public static Tasks<BlockConsistencyGroupRestRep> swapCGContinuousCopy(URI protectionSource, URI protectionTarget, String type) {
    Tasks<BlockConsistencyGroupRestRep> copies = execute(new SwapCGContinuousCopies(protectionSource, protectionTarget, type));
    addAffectedResources(copies);
    return copies;
}
Also used : BlockConsistencyGroupRestRep(com.emc.storageos.model.block.BlockConsistencyGroupRestRep) SwapCGContinuousCopies(com.emc.sa.service.vipr.block.tasks.SwapCGContinuousCopies)

Aggregations

SwapCGContinuousCopies (com.emc.sa.service.vipr.block.tasks.SwapCGContinuousCopies)1 BlockConsistencyGroupRestRep (com.emc.storageos.model.block.BlockConsistencyGroupRestRep)1