mirror of https://github.com/apache/cloudstack.git
cloudStack - Elastic Load Balancer - fix a server-side bug "unhandled exception executing api command: listLoadBalancerRules"
This commit is contained in:
parent
ac64855618
commit
c074b2d63f
|
|
@ -120,6 +120,7 @@ public class ListLoadBalancerRulesCmd extends BaseListCmd {
|
|||
this.setResponseObject(response);
|
||||
}
|
||||
|
||||
/*
|
||||
public ListLoadBalancerRulesCmd(String accountName, Long domainId, Long id, String loadBalancerRuleName, Long publicIpId, Long virtualMachineId, Long zoneId) {
|
||||
super();
|
||||
this.accountName = accountName;
|
||||
|
|
@ -130,4 +131,5 @@ public class ListLoadBalancerRulesCmd extends BaseListCmd {
|
|||
this.virtualMachineId = virtualMachineId;
|
||||
this.zoneId = zoneId;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue