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


##########
api/src/main/java/org/apache/cloudstack/api/response/BackupOfferingResponse.java:
##########
@@ -61,6 +61,10 @@ public class BackupOfferingResponse extends BaseResponse {
     @Param(description = "zone name")
     private String zoneName;
 
+    @SerializedName(ApiConstants.CROSS_ZONE_INSTANCE_CREATION)
+    @Param(description = "the backups with this offering can be used to create 
Instances on all Zones")

Review Comment:
   ```suggestion
       @Param(description = "the backups with this offering can be used to 
create Instances on all Zones", since = "4.22.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