weizhouapache commented on code in PR #10140:
URL: https://github.com/apache/cloudstack/pull/10140#discussion_r2037001160


##########
api/src/main/java/org/apache/cloudstack/api/response/BackupResponse.java:
##########
@@ -102,6 +111,18 @@ public class BackupResponse extends BaseResponse {
     @Param(description = "zone name")
     private String zone;
 
+    @SerializedName(ApiConstants.VM_DETAILS)
+    @Param(description = "Lists the vm specific details for the backup", since 
= "4.21.0")
+    private Map<String, String> vmDetails;
+
+    @SerializedName(ApiConstants.INTERVAL_TYPE)
+    @Param(description = "the interval type of the backup schedule", since = 
"4.21.0")
+    private String intervalType;
+
+    @SerializedName(ApiConstants.BACKUP_VM_OFFERING_REMOVED)

Review Comment:
   ok



-- 
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

Reply via email to