View Source XenAPI.VMMetrics (XenAPI v0.2.0)

Link to this section Summary

Functions

Add the given key-value pair to the other_config field of the given VM_metrics.

Add the given key-value pair to the other_config field of the given VM_metrics. (Raise error on XMLRPC failure)

Return a list of all the VM_metrics instances known to the system.

Return a list of all the VM_metrics instances known to the system. (Raise error on XMLRPC failure)

Return a map of VM_metrics references to VM_metrics records for all VM_metrics instances known to the system.

Return a map of VM_metrics references to VM_metrics records for all VM_metrics instances known to the system. (Raise error on XMLRPC failure)

Get a reference to the VM_metrics instance with the specified UUID.

Get a reference to the VM_metrics instance with the specified UUID. (Raise error on XMLRPC failure)

Get the current_domain_type field of the given VM_metrics.

Get the current_domain_type field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the hvm field of the given VM_metrics.

Get the hvm field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the install_time field of the given VM_metrics.

Get the install_time field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the last_updated field of the given VM_metrics.

Get the last_updated field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the memory/actual field of the given VM_metrics.

Get the memory/actual field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the nested_virt field of the given VM_metrics.

Get the nested_virt field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the nomigrate field of the given VM_metrics.

Get the nomigrate field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the other_config field of the given VM_metrics.

Get the other_config field of the given VM_metrics. (Raise error on XMLRPC failure)

Get a record containing the current state of the given VM_metrics.

Get a record containing the current state of the given VM_metrics. (Raise error on XMLRPC failure)

Get the start_time field of the given VM_metrics.

Get the start_time field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the state field of the given VM_metrics.

Get the state field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the uuid field of the given VM_metrics.

Get the uuid field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the VCPUs/CPU field of the given VM_metrics.

Get the VCPUs/CPU field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the VCPUs/flags field of the given VM_metrics.

Get the VCPUs/flags field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the VCPUs/number field of the given VM_metrics.

Get the VCPUs/number field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the VCPUs/params field of the given VM_metrics.

Get the VCPUs/params field of the given VM_metrics. (Raise error on XMLRPC failure)

Get the VCPUs/utilisation field of the given VM_metrics.

Get the VCPUs/utilisation field of the given VM_metrics. (Raise error on XMLRPC failure)

Remove the given key and its corresponding value from the other_config field of the given VM_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_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_metrics.

Set the other_config field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

add_to_other_config(xen_session, vm_metrics_ref, key, value)

View Source

Add the given key-value pair to the other_config field of the given VM_metrics.

Link to this function

add_to_other_config!(xen_session, vm_metrics_ref, key, value)

View Source

Add the given key-value pair to the other_config field of the given VM_metrics. (Raise error on XMLRPC failure)

Return a list of all the VM_metrics instances known to the system.

Return a list of all the VM_metrics instances known to the system. (Raise error on XMLRPC failure)

Link to this function

get_all_records(xen_session)

View Source

Return a map of VM_metrics references to VM_metrics records for all VM_metrics instances known to the system.

Link to this function

get_all_records!(xen_session)

View Source

Return a map of VM_metrics references to VM_metrics records for all VM_metrics instances known to the system. (Raise error on XMLRPC failure)

Link to this function

get_by_uuid(xen_session, uuid)

View Source

Get a reference to the VM_metrics instance with the specified UUID.

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

Get a reference to the VM_metrics instance with the specified UUID. (Raise error on XMLRPC failure)

Link to this function

get_current_domain_type(xen_session, vm_metrics_ref)

View Source

Get the current_domain_type field of the given VM_metrics.

Link to this function

get_current_domain_type!(xen_session, vm_metrics_ref)

View Source

Get the current_domain_type field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_hvm(xen_session, vm_metrics_ref)

View Source

Get the hvm field of the given VM_metrics.

Link to this function

get_hvm!(xen_session, vm_metrics_ref)

View Source

Get the hvm field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_install_time(xen_session, vm_metrics_ref)

View Source

Get the install_time field of the given VM_metrics.

Link to this function

get_install_time!(xen_session, vm_metrics_ref)

View Source

Get the install_time field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_last_updated(xen_session, vm_metrics_ref)

View Source

Get the last_updated field of the given VM_metrics.

Link to this function

get_last_updated!(xen_session, vm_metrics_ref)

View Source

Get the last_updated field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_memory_actual(xen_session, vm_metrics_ref)

View Source

Get the memory/actual field of the given VM_metrics.

Link to this function

get_memory_actual!(xen_session, vm_metrics_ref)

View Source

Get the memory/actual field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_nested_virt(xen_session, vm_metrics_ref)

View Source

Get the nested_virt field of the given VM_metrics.

Link to this function

get_nested_virt!(xen_session, vm_metrics_ref)

View Source

Get the nested_virt field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_nomigrate(xen_session, vm_metrics_ref)

View Source

Get the nomigrate field of the given VM_metrics.

Link to this function

get_nomigrate!(xen_session, vm_metrics_ref)

View Source

Get the nomigrate field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_other_config(xen_session, vm_metrics_ref)

View Source

Get the other_config field of the given VM_metrics.

Link to this function

get_other_config!(xen_session, vm_metrics_ref)

View Source

Get the other_config field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, vm_metrics_ref)

View Source

Get a record containing the current state of the given VM_metrics.

Link to this function

get_record!(xen_session, vm_metrics_ref)

View Source

Get a record containing the current state of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_start_time(xen_session, vm_metrics_ref)

View Source

Get the start_time field of the given VM_metrics.

Link to this function

get_start_time!(xen_session, vm_metrics_ref)

View Source

Get the start_time field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_state(xen_session, vm_metrics_ref)

View Source

Get the state field of the given VM_metrics.

Link to this function

get_state!(xen_session, vm_metrics_ref)

View Source

Get the state field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, vm_metrics_ref)

View Source

Get the uuid field of the given VM_metrics.

Link to this function

get_uuid!(xen_session, vm_metrics_ref)

View Source

Get the uuid field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_VCPUs_CPU(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/CPU field of the given VM_metrics.

Link to this function

get_VCPUs_CPU!(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/CPU field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_VCPUs_flags(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/flags field of the given VM_metrics.

Link to this function

get_VCPUs_flags!(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/flags field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_VCPUs_number(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/number field of the given VM_metrics.

Link to this function

get_VCPUs_number!(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/number field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_VCPUs_params(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/params field of the given VM_metrics.

Link to this function

get_VCPUs_params!(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/params field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

get_VCPUs_utilisation(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/utilisation field of the given VM_metrics.

Link to this function

get_VCPUs_utilisation!(xen_session, vm_metrics_ref)

View Source

Get the VCPUs/utilisation field of the given VM_metrics. (Raise error on XMLRPC failure)

Link to this function

remove_from_other_config(xen_session, vm_metrics_ref, key)

View Source

Remove the given key and its corresponding value from the other_config field of the given VM_metrics. If the key is not in that Map, then do nothing.

Link to this function

remove_from_other_config!(xen_session, vm_metrics_ref, key)

View Source

Remove the given key and its corresponding value from the other_config field of the given VM_metrics. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)

Link to this function

set_other_config(xen_session, vm_metrics_ref, value)

View Source

Set the other_config field of the given VM_metrics.

Link to this function

set_other_config!(xen_session, vm_metrics_ref, value)

View Source

Set the other_config field of the given VM_metrics. (Raise error on XMLRPC failure)