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


##########
api/src/main/java/org/apache/cloudstack/api/response/ServiceOfferingResponse.java:
##########
@@ -226,6 +226,10 @@ public class ServiceOfferingResponse extends 
BaseResponseWithAnnotations {
     @Param(description = "the display text of the disk offering", since = 
"4.17")
     private String diskOfferingDisplayText;
 
+    @SerializedName(ApiConstants.ENCRYPT_ROOT)
+    @Param(description = "true if virtual machine root disk will be encrypted 
on storage", since = "4.16")

Review Comment:
   ```suggestion
       @Param(description = "true if virtual machine root disk will be 
encrypted on storage", since = "4.18")
   ```



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