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


##########
api/src/main/java/org/apache/cloudstack/api/response/BackupResponse.java:
##########
@@ -123,6 +123,10 @@ public class BackupResponse extends BaseResponse {
     @Param(description = "The backup offering corresponding to this backup was 
removed from the VM", since = "4.21.0")
     private Boolean vmOfferingRemoved;
 
+    @SerializedName(ApiConstants.BACKUP_VM_EXPUNGED)
+    @Param(description = "The VM from which the backup was taken is expunged", 
since = "4.22.0")

Review Comment:
   ```suggestion
       @Param(description = "Indicates whether the VM from which the backup was 
taken is expunged or not", 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