You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/07/04 07:57:28 UTC

[GitHub] [cloudstack] sureshanaparti commented on a diff in pull request #6522: Volume encryption feature

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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org