sureshanaparti commented on code in PR #6522:
URL: https://github.com/apache/cloudstack/pull/6522#discussion_r912728411
##########
api/src/main/java/org/apache/cloudstack/api/response/HostResponse.java:
##########
@@ -270,6 +270,10 @@ public class HostResponse extends
BaseResponseWithAnnotations {
@Param(description = "true if the host has capability to support UEFI
boot")
private Boolean uefiCapabilty;
+ @SerializedName(ApiConstants.ENCRYPTION_SUPPORTED)
+ @Param(description = "true if the host supports encryption")
Review Comment:
```suggestion
@Param(description = "true if the host supports encryption", 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]