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


##########
api/src/main/java/org/apache/cloudstack/api/ApiConstants.java:
##########
@@ -63,6 +63,7 @@ public class ApiConstants {
     public static final String BACKUP_STORAGE_LIMIT = "backupstoragelimit";
     public static final String BACKUP_STORAGE_TOTAL = "backupstoragetotal";
     public static final String BACKUP_VM_OFFERING_REMOVED = 
"vmbackupofferingremoved";
+    public static final String BACKUP_VM_EXPUNGED = "backupvmexpunged";

Review Comment:
   ```suggestion
       public static final String IS_BACKUP_VM_EXPUNGED = "isbackupvmexpunged";
   ```



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