mirror of https://github.com/apache/cloudstack.git
fix merge issues
This commit is contained in:
parent
2ef10a5993
commit
ba3bb68035
|
|
@ -276,9 +276,5 @@ public class CreateIpForwardingRuleCmd extends BaseAsyncCreateCmd implements Sta
|
|||
public List<String> getSourceCidrList() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public List<String> getSourceCidrList() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@ public class CapabilitiesResponse extends BaseResponse {
|
|||
@SerializedName("supportELB") @Param(description="true if region supports elastic load balancer on basic zones")
|
||||
private String supportELB;
|
||||
|
||||
@SerializedName("firewallRuleUiEnabled") @Param(description="true if the firewall rule UI is enabled")
|
||||
private boolean firewallRuleUiEnabled;
|
||||
|
||||
public boolean getSecurityGroupsEnabled() {
|
||||
return securityGroupsEnabled;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue