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


##########
api/src/main/java/org/apache/cloudstack/api/response/VolumeResponse.java:
##########
@@ -261,6 +261,10 @@ public class VolumeResponse extends 
BaseResponseWithTagInformation implements Co
     @Param(description = "true if storage snapshot is supported for the 
volume, false otherwise", since = "4.16")
     private boolean supportsStorageSnapshot;
 
+    @SerializedName(ApiConstants.DELETE_PROTECTION)
+    @Param(description = "true if volume has delete protection.")

Review Comment:
   ```suggestion
       @Param(description = "true if volume has delete protection.", since = 
"4.20.0")
   ```
   
   if targeted for 4.20



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