sureshanaparti commented on code in PR #10381: URL: https://github.com/apache/cloudstack/pull/10381#discussion_r2075172799
########## api/src/main/java/org/apache/cloudstack/api/command/admin/cluster/ListClustersCmd.java: ########## @@ -74,6 +74,9 @@ public class ListClustersCmd extends BaseListCmd { since = "4.20.1") private String arch; + @Parameter(name = ApiConstants.STORAGE_ACCESS_GROUP, type = CommandType.STRING, description = "the name of the storage access group") + private String storageAccessGroup; Review Comment: ```suggestion private String storageAccessGroups; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org