sureshanaparti commented on code in PR #8643:
URL: https://github.com/apache/cloudstack/pull/8643#discussion_r1635828144
##########
api/src/main/java/org/apache/cloudstack/api/command/user/volume/ListVolumesCmd.java:
##########
@@ -96,6 +96,9 @@ public class ListVolumesCmd extends
BaseListRetrieveOnlyResourceCountCmd impleme
@Parameter(name = ApiConstants.STATE, type = CommandType.STRING,
description = "state of the volume. Possible values are: Ready, Allocated,
Destroy, Expunging, Expunged.")
private String state;
+ @Parameter(name = ApiConstants.IS_ENCRYPTED, type = CommandType.BOOLEAN,
description = "list only volumes that are encrypted", since = "4.20",
Review Comment:
```suggestion
@Parameter(name = ApiConstants.IS_ENCRYPTED, type = CommandType.BOOLEAN,
description = "list only volumes that are encrypted", since = "4.19.1",
```
--
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]