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


##########
api/src/main/java/org/apache/cloudstack/api/response/DiskOfferingResponse.java:
##########
@@ -156,10 +156,15 @@ public class DiskOfferingResponse extends 
BaseResponseWithAnnotations {
     @Param(description = "the vsphere storage policy tagged to the disk 
offering in case of VMware", since = "4.15")
     private String vsphereStoragePolicy;
 
+
     @SerializedName(ApiConstants.DISK_SIZE_STRICTNESS)
     @Param(description = "To allow or disallow the resize operation on the 
disks created from this disk offering, if the flag is true then resize is not 
allowed", since = "4.17")
     private Boolean diskSizeStrictness;
 
+    @SerializedName(ApiConstants.ENCRYPT)
+    @Param(description = "Whether disks using this offering will be encrypted 
on primary storage")

Review Comment:
   ```suggestion
       @Param(description = "Whether disks using this offering will be 
encrypted on primary 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