Skip to content

Commit 7f885b6

Browse files
author
Prasanna Santhanam
committed
CLOUDSTACK-1160: remove refs to invalid ACS release
@SInCE tag in API cmd /responses has been given an invalid ACS release version. This fix removes these references. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 0cc4636 commit 7f885b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api/src/org/apache/cloudstack/api/response/AccountResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ public class AccountResponse extends BaseResponse {
123123
@SerializedName("networkavailable") @Param(description="the total number of networks available to be created for this account", since="3.0.1")
124124
private String networkAvailable;
125125

126-
@SerializedName("vpclimit") @Param(description="the total number of vpcs the account can own", since="3.0.5")
126+
@SerializedName("vpclimit") @Param(description="the total number of vpcs the account can own", since="4.0.0")
127127
private String vpcLimit;
128128

129-
@SerializedName("vpctotal") @Param(description="the total number of vpcs owned by account", since="3.0.5")
129+
@SerializedName("vpctotal") @Param(description="the total number of vpcs owned by account", since="4.0.0")
130130
private Long vpcTotal;
131131

132-
@SerializedName("vpcavailable") @Param(description="the total number of vpcs available to be created for this account", since="3.0.5")
132+
@SerializedName("vpcavailable") @Param(description="the total number of vpcs available to be created for this account", since="4.0.0")
133133
private String vpcAvailable;
134134

135135

0 commit comments

Comments
 (0)