View Source XenAPI.VMGuestMetrics (XenAPI v0.3.1)
The metrics reported by the guest (as opposed to inferred from outside)
Link to this section Summary
Functions
Add the given key-value pair to the other_config field of the given VM_guest_metrics.
Add the given key-value pair to the other_config field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Return a list of all the VM_guest_metrics instances known to the system.
Return a list of all the VM_guest_metrics instances known to the system. (Raise error on XMLRPC failure)
Return a map of VM_guest_metrics references to VM_guest_metrics records for all VM_guest_metrics instances known to the system.
Return a map of VM_guest_metrics references to VM_guest_metrics records for all VM_guest_metrics instances known to the system. (Raise error on XMLRPC failure)
Get a reference to the VM_guest_metrics instance with the specified UUID.
Get a reference to the VM_guest_metrics instance with the specified UUID. (Raise error on XMLRPC failure)
Get the can_use_hotplug_vbd field of the given VM_guest_metrics.
Get the can_use_hotplug_vbd field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the can_use_hotplug_vif field of the given VM_guest_metrics.
Get the can_use_hotplug_vif field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the disks field of the given VM_guest_metrics.
Get the disks field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the last_updated field of the given VM_guest_metrics.
Get the last_updated field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the live field of the given VM_guest_metrics.
Get the live field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the memory field of the given VM_guest_metrics.
Get the memory field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the networks field of the given VM_guest_metrics.
Get the networks field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the os_version field of the given VM_guest_metrics.
Get the os_version field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the other field of the given VM_guest_metrics.
Get the other field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the other_config field of the given VM_guest_metrics.
Get the other_config field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the PV_drivers_detected field of the given VM_guest_metrics.
Get the PV_drivers_detected field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the PV_drivers_up_to_date field of the given VM_guest_metrics.
Get the PV_drivers_up_to_date field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the PV_drivers_version field of the given VM_guest_metrics.
Get the PV_drivers_version field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get a record containing the current state of the given VM_guest_metrics. Returns XenAPI.VMGuestMetrics
struct.
Get a record containing the current state of the given VM_guest_metrics. Returns XenAPI.VMGuestMetrics
struct. (Raise error on XMLRPC failure)
Get the uuid field of the given VM_guest_metrics.
Get the uuid field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Remove the given key and its corresponding value from the other_config field of the given VM_guest_metrics. If the key is not in that Map, then do nothing.
Remove the given key and its corresponding value from the other_config field of the given VM_guest_metrics. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)
Set the other_config field of the given VM_guest_metrics.
Set the other_config field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Link to this section Functions
add_to_other_config(xen_session, vm_guest_metrics_ref, key, value)
View SourceAdd the given key-value pair to the other_config field of the given VM_guest_metrics.
add_to_other_config!(xen_session, vm_guest_metrics_ref, key, value)
View SourceAdd the given key-value pair to the other_config field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Return a list of all the VM_guest_metrics instances known to the system.
Return a list of all the VM_guest_metrics instances known to the system. (Raise error on XMLRPC failure)
Return a map of VM_guest_metrics references to VM_guest_metrics records for all VM_guest_metrics instances known to the system.
Return a map of VM_guest_metrics references to VM_guest_metrics records for all VM_guest_metrics instances known to the system. (Raise error on XMLRPC failure)
Get a reference to the VM_guest_metrics instance with the specified UUID.
Get a reference to the VM_guest_metrics instance with the specified UUID. (Raise error on XMLRPC failure)
Get the can_use_hotplug_vbd field of the given VM_guest_metrics.
Get the can_use_hotplug_vbd field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the can_use_hotplug_vif field of the given VM_guest_metrics.
Get the can_use_hotplug_vif field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the disks field of the given VM_guest_metrics.
Get the disks field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the last_updated field of the given VM_guest_metrics.
Get the last_updated field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the live field of the given VM_guest_metrics.
Get the live field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the memory field of the given VM_guest_metrics.
Get the memory field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the networks field of the given VM_guest_metrics.
Get the networks field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the os_version field of the given VM_guest_metrics.
Get the os_version field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the other field of the given VM_guest_metrics.
Get the other field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the other_config field of the given VM_guest_metrics.
Get the other_config field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the PV_drivers_detected field of the given VM_guest_metrics.
Get the PV_drivers_detected field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the PV_drivers_up_to_date field of the given VM_guest_metrics.
Get the PV_drivers_up_to_date field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get the PV_drivers_version field of the given VM_guest_metrics.
Get the PV_drivers_version field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Get a record containing the current state of the given VM_guest_metrics. Returns XenAPI.VMGuestMetrics
struct.
Get a record containing the current state of the given VM_guest_metrics. Returns XenAPI.VMGuestMetrics
struct. (Raise error on XMLRPC failure)
Get the uuid field of the given VM_guest_metrics.
Get the uuid field of the given VM_guest_metrics. (Raise error on XMLRPC failure)
Remove the given key and its corresponding value from the other_config field of the given VM_guest_metrics. If the key is not in that Map, then do nothing.
Remove the given key and its corresponding value from the other_config field of the given VM_guest_metrics. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)
Set the other_config field of the given VM_guest_metrics.
Set the other_config field of the given VM_guest_metrics. (Raise error on XMLRPC failure)