sureshanaparti commented on code in PR #10381: URL: https://github.com/apache/cloudstack/pull/10381#discussion_r2075179424
########## api/src/main/java/org/apache/cloudstack/api/response/ClusterResponse.java: ########## @@ -95,6 +95,18 @@ public class ClusterResponse extends BaseResponseWithAnnotations { @Param(description = "CPU Arch of the hosts in the cluster", since = "4.20") private String arch; + @SerializedName(ApiConstants.STORAGE_ACCESS_GROUPS) + @Param(description = "comma-separated list of storage access groups for the host", since = "4.20.1") + private String storageAccessGroups; + + @SerializedName("podstorageaccessgroups") + @Param(description = "comma-separated list of storage access groups on the pod", since = "4.20.1") Review Comment: ```suggestion @Param(description = "comma-separated list of storage access groups on the pod", since = "4.21.0") ``` -- 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