|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.VMGuestMetrics.Record
public static class VMGuestMetrics.Record
Represents all the fields in a VMGuestMetrics
Field Summary | |
---|---|
Map<String,String> |
disks
disk configuration/free space |
Date |
lastUpdated
Time at which this information was last updated |
Map<String,String> |
memory
free/used/total memory |
Map<String,String> |
networks
network configuration |
Map<String,String> |
osVersion
version of the OS |
Map<String,String> |
other
anything else |
Map<String,String> |
PVDriversVersion
version of the PV drivers |
String |
uuid
unique identifier/object reference |
Constructor Summary | |
---|---|
VMGuestMetrics.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a VM_guest_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 Map<String,String> osVersion
public Map<String,String> PVDriversVersion
public Map<String,String> memory
public Map<String,String> disks
public Map<String,String> networks
public Map<String,String> other
public Date lastUpdated
Constructor Detail |
---|
public VMGuestMetrics.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 |