slavkap commented on code in PR #10126:
URL: https://github.com/apache/cloudstack/pull/10126#discussion_r1931852059
##########
api/src/main/java/com/cloud/storage/Storage.java:
##########
@@ -135,34 +135,49 @@ public static enum TemplateType {
ISODISK /* Template corresponding to a iso (non root disk) present in
an OVA */
}
+ public enum EncryptionSupport {
+ /**
+ * Encryption not supported.
+ */
+ UnSupported,
Review Comment:
```suggestion
Unsupported,
```
--
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]