Fields
-
string
uuid
unique identifier/object reference
-
Map[string,string]
os_version
version of the OS
-
Map[string,string]
PV_drivers_version
version of the PV drivers
-
bool
PV_drivers_up_to_date
true if the PV drivers appear to be up to date
-
Map[string,string]
memory
free/used/total memory
-
Map[string,string]
disks
disk configuration/free space
-
Map[string,string]
networks
network configuration
-
Map[string,string]
other
anything else
-
datetime
last_updated
Time at which this information was last updated
Implicit messages
-
Record[VM_guest_metrics]
get_record
(session session_id, VM_guest_metrics self)
Get a record containing the current state of the given VM_guest_metrics.
-
VM_guest_metrics
get_by_uuid
(session session_id, string uuid)
Get a reference to the VM_guest_metrics instance with the specified UUID.
-
Set[VM_guest_metrics]
get_all
(session session_id)
Return a list of all the VM_guest_metrics instances known to the system.
-
Map[VM_guest_metrics,Record[VM_guest_metrics]]
get_all_records
(session session_id)
Return a map of VM_guest_metrics references to VM_guest_metrics records for all VM_guest_metrics instances known to the system.
Explicit messages