mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-2817: set SearchBuilder with the "scheme" attribute
This commit is contained in:
parent
86c7274998
commit
95c9835f69
@ -1933,6 +1933,7 @@ public class LoadBalancingRulesManagerImpl<Type> extends ManagerBase implements
|
||||
sb.and("name", sb.entity().getName(), SearchCriteria.Op.LIKE);
|
||||
sb.and("sourceIpAddress", sb.entity().getSourceIpAddressId(), SearchCriteria.Op.EQ);
|
||||
sb.and("networkId", sb.entity().getNetworkId(), SearchCriteria.Op.EQ);
|
||||
sb.and("scheme", sb.entity().getScheme(), SearchCriteria.Op.EQ);
|
||||
|
||||
if (instanceId != null) {
|
||||
SearchBuilder<LoadBalancerVMMapVO> lbVMSearch = _lb2VmMapDao.createSearchBuilder();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user