rhtyd commented on a change in pull request #4571:
URL: https://github.com/apache/cloudstack/pull/4571#discussion_r588858098
##########
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:
Can we just not set it instead of 0, in the API response?
----------------------------------------------------------------
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]