sureshanaparti commented on code in PR #8999:
URL: https://github.com/apache/cloudstack/pull/8999#discussion_r1593387750
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/offering/CreateServiceOfferingCmd.java:
##########
@@ -242,6 +242,12 @@ public class CreateServiceOfferingCmd extends BaseCmd {
@Parameter(name = ApiConstants.ENCRYPT_ROOT, type = CommandType.BOOLEAN,
description = "VMs using this offering require root volume encryption",
since="4.18")
private Boolean encryptRoot;
+ @Parameter(name = ApiConstants.PURGE_RESOURCES, type = CommandType.BOOLEAN,
+ description = "Whether to cleanup instance and its associated
resource from database upon expunge of the instance",
+ since="4.18.1")
Review Comment:
```suggestion
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]