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