mirror of https://github.com/apache/cloudstack.git
fix associate ip exception
This commit is contained in:
parent
536db8a1de
commit
779ca9ac1a
|
|
@ -190,12 +190,5 @@ public class AssociateIPAddrCmd extends BaseAsyncCreateCmd {
|
|||
public AsyncJob.Type getInstanceType() {
|
||||
return AsyncJob.Type.IpAddress;
|
||||
}
|
||||
|
||||
public AssociateIPAddrCmd(String accountName, Long domainId, Long zoneId, Long networkId) {
|
||||
super();
|
||||
this.accountName = accountName;
|
||||
this.domainId = domainId;
|
||||
this.zoneId = zoneId;
|
||||
this.networkId = networkId;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,16 +120,4 @@ 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;
|
||||
this.domainId = domainId;
|
||||
this.id = id;
|
||||
this.loadBalancerRuleName = loadBalancerRuleName;
|
||||
this.publicIpId = publicIpId;
|
||||
this.virtualMachineId = virtualMachineId;
|
||||
this.zoneId = zoneId;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue