public static class VMMetrics.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Date |
installTime
Time at which the VM was installed
|
Date |
lastUpdated
Time at which this information was last updated
|
Long |
memoryActual
Guest's actual memory (bytes)
|
Map<String,String> |
otherConfig
additional configuration
|
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 and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a VM_metrics.Record to a Map
|
String |
toString() |
public String uuid
public Long memoryActual
public Long VCPUsNumber
public Map<Long,Double> VCPUsUtilisation
public Date startTime
public Date installTime
public Date lastUpdated