com.xensource.xenapi
Class HostMetrics.Record

java.lang.Object
  extended by com.xensource.xenapi.HostMetrics.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
HostMetrics

public static class HostMetrics.Record
extends Object
implements Types.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

uuid

public String uuid
unique identifier/object reference


memoryTotal

public Long memoryTotal
Host's total memory (bytes)


memoryFree

public Long memoryFree
Host's free memory (bytes)


lastUpdated

public Date lastUpdated
Time at which this information was last updated

Constructor Detail

HostMetrics.Record

public HostMetrics.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a host_metrics.Record to a Map

Specified by:
toMap in interface Types.Record