sureshanaparti commented on code in PR #8999: URL: https://github.com/apache/cloudstack/pull/8999#discussion_r1593388354
########## api/src/main/java/org/apache/cloudstack/api/response/ServiceOfferingResponse.java: ########## @@ -234,6 +234,10 @@ public class ServiceOfferingResponse extends BaseResponseWithAnnotations { @Param(description = "true if virtual machine root disk will be encrypted on storage", since = "4.18") private Boolean encryptRoot; + @SerializedName(ApiConstants.PURGE_RESOURCES) + @Param(description = "Whether to cleanup VM and its associated resource upon expunge", since = "4.18.1") Review Comment: ```suggestion @Param(description = "Whether to cleanup VM and its associated resource upon expunge", since = "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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org