public static class VMGuestMetrics.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
VMGuestMetrics.Record() |
public String uuid
public Boolean PVDriversUpToDate
public Date lastUpdated
public Boolean live