mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
server: Fix vpclimit count for listAcccount API response (#11686)
This commit is contained in:
parent
98b9af2904
commit
96992d3d64
@ -464,7 +464,7 @@ public class AccountResponse extends BaseResponse implements ResourceLimitAndCou
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setVpcLimit(String vpcLimit) {
|
public void setVpcLimit(String vpcLimit) {
|
||||||
this.vpcLimit = networkLimit;
|
this.vpcLimit = vpcLimit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user