Github user niteshsarda commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1972#discussion_r103190716
  
    --- Diff: engine/schema/src/com/cloud/network/dao/LoadBalancerDao.java ---
    @@ -29,4 +30,6 @@
     
         List<LoadBalancerVO> listInTransitionStateByNetworkIdAndScheme(long 
networkId, Scheme scheme);
     
    +    boolean isLoadBalancerRulesMappedToVmGuestIp(long instanceId, String 
instanceIp, long networkId, FirewallRule.Purpose purpose);
    --- End diff --
    
    @SudharmaJain : As per suggestion, removed Purpose parameter from method 
signature and added directly in the SearchBuilder. 
    
    Please check.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to