|
||||||||
| 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 |
Boolean |
live
True if the guest is sending heartbeat messages via the guest agent |
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> |
otherConfig
additional configuration |
Boolean |
PVDriversUpToDate
true if the PV drivers appear to be up to date |
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 Boolean PVDriversUpToDate
public Map<String,String> memory
public Map<String,String> disks
public Map<String,String> networks
public Map<String,String> other
public Date lastUpdated
public Map<String,String> otherConfig
public Boolean live
| Constructor Detail |
|---|
public VMGuestMetrics.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic 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 | |||||||