davidjumani commented on a change in pull request #4571:
URL: https://github.com/apache/cloudstack/pull/4571#discussion_r589149377
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/UserVmResponse.java
##########
@@ -209,7 +209,7 @@
private Long memoryKBs;
@SerializedName("memoryintfreekbs")
- @Param(description = "the internal memory thats free in vm")
+ @Param(description = "the internal memory thats free in vm or zero if it
can not be calculated")
Review comment:
It can be done but then it'll depend on the order in which the memory,
free memory, is set, and any changes later on will break it
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]