sureshanaparti commented on code in PR #10381:
URL: https://github.com/apache/cloudstack/pull/10381#discussion_r2075189061


##########
api/src/main/java/org/apache/cloudstack/api/response/ZoneResponse.java:
##########
@@ -161,11 +161,19 @@ public class ZoneResponse extends 
BaseResponseWithAnnotations implements SetReso
     @Param(description = "true, if routed network/vpc is enabled", since = 
"4.20.1")
     private boolean routedModeEnabled = false;
 
+    @SerializedName(ApiConstants.STORAGE_ACCESS_GROUPS)
+    @Param(description = "comma-separated list of storage access groups for 
the zone", since = "4.20.1")

Review Comment:
   ```suggestion
       @Param(description = "comma-separated list of storage access groups for 
the zone", 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to