|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.VMMetrics.Record
public static class VMMetrics.Record
Represents all the fields in a VMMetrics
Field Summary | |
---|---|
Date |
lastUpdated
Time at which this information was last updated |
Long |
memoryActual
Guest's actual memory (bytes) |
Date |
startTime
Time at which this VM was last booted |
Set<String> |
state
The state of the guest, eg blocked, dying etc |
String |
uuid
unique identifier/object reference |
Map<Long,Long> |
VCPUsCPU
VCPU to PCPU map |
Map<Long,Set<String>> |
VCPUsFlags
CPU flags (blocked,online,running) |
Long |
VCPUsNumber
Current number of VCPUs |
Map<String,String> |
VCPUsParams
The live equivalent to VM.VCPUs_params |
Map<Long,Double> |
VCPUsUtilisation
Utilisation for all of guest's current VCPUs |
Constructor Summary | |
---|---|
VMMetrics.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a VM_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 memoryActual
public Long VCPUsNumber
public Map<Long,Double> VCPUsUtilisation
public Map<Long,Long> VCPUsCPU
public Map<String,String> VCPUsParams
public Map<Long,Set<String>> VCPUsFlags
public Set<String> state
public Date startTime
public Date lastUpdated
Constructor Detail |
---|
public VMMetrics.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 |