mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fixing misleading HostMetricsResponse param description (#4485)
This commit is contained in:
parent
1692df421c
commit
a3f2ee431f
@ -48,15 +48,15 @@ public class HostMetricsResponse extends HostResponse {
|
||||
private Double loadAverage;
|
||||
|
||||
@SerializedName("memorytotalgb")
|
||||
@Param(description = "the total cpu capacity in GiB")
|
||||
@Param(description = "the total memory capacity in GiB")
|
||||
private String memTotal;
|
||||
|
||||
@SerializedName("memoryusedgb")
|
||||
@Param(description = "the total cpu used in GiB")
|
||||
@Param(description = "the total memory used in GiB")
|
||||
private String memUsed;
|
||||
|
||||
@SerializedName("memoryallocatedgb")
|
||||
@Param(description = "the total cpu allocated in GiB")
|
||||
@Param(description = "the total memory allocated in GiB")
|
||||
private String memAllocated;
|
||||
|
||||
@SerializedName("networkread")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user