abh1sar commented on code in PR #11754:
URL: https://github.com/apache/cloudstack/pull/11754#discussion_r2418553645
##########
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)
Review Comment:
Done
##########
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:
Done
##########
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")
+ private Boolean vmExpunged;
Review Comment:
Done
--
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]