Package com.xensource.xenapi
Class HostMetrics.Record
java.lang.Object
com.xensource.xenapi.HostMetrics.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- HostMetrics
Represents all the fields in a HostMetrics
-
Field Summary
FieldsModifier and TypeFieldDescriptionTime at which this information was last updatedPool master thinks this host is liveFree host memory (bytes)Total host memory (bytes)additional configuration First published in XenServer 5.0.Unique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
memoryTotal
Total host memory (bytes) -
memoryFree
Free host memory (bytes) -
live
Pool master thinks this host is live -
lastUpdated
Time at which this information was last updated -
otherConfig
additional configuration First published in XenServer 5.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a host_metrics.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-