Class: VM_guest_metrics

The metrics reported by the guest (as opposed to inferred from outside)

Enums

tristate_type

Fields

bool PV_drivers_detected [RO/runtime]
Deprecated
bool PV_drivers_up_to_date [RO/runtime]
(string → string) map PV_drivers_version [RO/runtime]
enum tristate_type can_use_hotplug_vbd [RO/runtime]
enum tristate_type can_use_hotplug_vif [RO/runtime]
Removed
(string → string) map disks [RO/runtime]
datetime last_updated [RO/runtime]
bool live [RO/runtime]
Removed
(string → string) map memory [RO/runtime]
(string → string) map networks [RO/runtime]
(string → string) map os_version [RO/runtime]
(string → string) map other [RO/runtime]
(string → string) map other_config [RW]
string uuid [RO/runtime]

Messages

void add_to_other_config (session ref, VM_guest_metrics ref, string, string)
bool get_PV_drivers_detected (session ref, VM_guest_metrics ref)
Deprecated
bool get_PV_drivers_up_to_date (session ref, VM_guest_metrics ref)
(string → string) map get_PV_drivers_version (session ref, VM_guest_metrics ref)
VM_guest_metrics ref set get_all (session ref)
(VM_guest_metrics ref → VM_guest_metrics record) map get_all_records (session ref)
VM_guest_metrics ref get_by_uuid (session ref, string)
enum tristate_type get_can_use_hotplug_vbd (session ref, VM_guest_metrics ref)
enum tristate_type get_can_use_hotplug_vif (session ref, VM_guest_metrics ref)
Removed
(string → string) map get_disks (session ref, VM_guest_metrics ref)
datetime get_last_updated (session ref, VM_guest_metrics ref)
bool get_live (session ref, VM_guest_metrics ref)
Removed
(string → string) map get_memory (session ref, VM_guest_metrics ref)
(string → string) map get_networks (session ref, VM_guest_metrics ref)
(string → string) map get_os_version (session ref, VM_guest_metrics ref)
(string → string) map get_other (session ref, VM_guest_metrics ref)
(string → string) map get_other_config (session ref, VM_guest_metrics ref)
VM_guest_metrics record get_record (session ref, VM_guest_metrics ref)
string get_uuid (session ref, VM_guest_metrics ref)
void remove_from_other_config (session ref, VM_guest_metrics ref, string)
void set_other_config (session ref, VM_guest_metrics ref, (string → string) map)