Skip to content

Commit 2800239

Browse files
Update plugins/database/quota/src/main/java/org/apache/cloudstack/api/command/QuotaSummaryCmd.java
Co-authored-by: dahn <[email protected]>
1 parent e723223 commit 2800239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/database/quota/src/main/java/org/apache/cloudstack/api/command/QuotaSummaryCmd.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ public class QuotaSummaryCmd extends BaseListCmd {
5252
private Boolean listAll;
5353

5454
@Parameter(name = ApiConstants.ACCOUNT_STATE_TO_SHOW, type = CommandType.STRING, description = "Possible values are [ALL, ACTIVE, REMOVED]. ALL will list summaries for " +
55-
"active and removed accounts; ACTIVE will list summaries only for active accounts; REMOVED will list summaries only for removed accounts. The default value is ACTIVE.")
55+
"active and removed accounts; ACTIVE will list summaries only for active accounts; REMOVED will list summaries only for removed accounts. The default value is ACTIVE.”,
56+
since = “4.21.0)
5657
private String accountStateToShow;
5758

5859
@Inject

0 commit comments

Comments
 (0)