Search in sources :

Example 1 with MatchingBlockStoragePoolsCall

use of jobs.vipr.MatchingBlockStoragePoolsCall in project coprhd-controller by CoprHD.

the class BlockVirtualPoolForm method matchingStoragePools.

public MatchingBlockStoragePoolsCall matchingStoragePools() {
    BlockVirtualPoolBuilder builder = new BlockVirtualPoolBuilder();
    apply(builder);
    builder.setUseMatchedPools(true);
    BlockVirtualPoolParam myvpool = builder.getVirtualPool();
    return new MatchingBlockStoragePoolsCall(myvpool);
}
Also used : MatchingBlockStoragePoolsCall(jobs.vipr.MatchingBlockStoragePoolsCall) BlockVirtualPoolParam(com.emc.storageos.model.vpool.BlockVirtualPoolParam) BlockVirtualPoolBuilder(util.builders.BlockVirtualPoolBuilder)

Aggregations

BlockVirtualPoolParam (com.emc.storageos.model.vpool.BlockVirtualPoolParam)1 MatchingBlockStoragePoolsCall (jobs.vipr.MatchingBlockStoragePoolsCall)1 BlockVirtualPoolBuilder (util.builders.BlockVirtualPoolBuilder)1