use of jobs.vipr.MatchingObjectStoragePoolsCall in project coprhd-controller by CoprHD.
the class ObjectVirtualPoolForm method matchingStoragePools.
public MatchingObjectStoragePoolsCall matchingStoragePools() {
ObjectVirtualPoolBuilder builder = new ObjectVirtualPoolBuilder();
apply(builder);
builder.setUseMatchedPools(true);
return new MatchingObjectStoragePoolsCall(builder.getVirtualPool());
}
Aggregations