|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.HostMetrics.Record
public static class HostMetrics.Record
Represents all the fields in a HostMetrics
Field Summary | |
---|---|
Date |
lastUpdated
Time at which this information was last updated |
Long |
memoryFree
Host's free memory (bytes) |
Long |
memoryTotal
Host's total memory (bytes) |
String |
uuid
unique identifier/object reference |
Constructor Summary | |
---|---|
HostMetrics.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a host_metrics.Record to a Map |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String uuid
public Long memoryTotal
public Long memoryFree
public Date lastUpdated
Constructor Detail |
---|
public HostMetrics.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |