View Source XenAPI.HostCpu (XenAPI v0.3.1)

A physical CPU

Link to this section Summary

Functions

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

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

Return a list of all the host_cpus known to the system.

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

Return a map of host_cpu references to host_cpu records for all host_cpus known to the system.

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

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

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

Get the family field of the given host_cpu.

Get the family field of the given host_cpu. (Raise error on XMLRPC failure)

Get the features field of the given host_cpu.

Get the features field of the given host_cpu. (Raise error on XMLRPC failure)

Get the flags field of the given host_cpu.

Get the flags field of the given host_cpu. (Raise error on XMLRPC failure)

Get the host field of the given host_cpu.

Get the host field of the given host_cpu. (Raise error on XMLRPC failure)

Get the model field of the given host_cpu.

Get the model field of the given host_cpu. (Raise error on XMLRPC failure)

Get the modelname field of the given host_cpu.

Get the modelname field of the given host_cpu. (Raise error on XMLRPC failure)

Get the number field of the given host_cpu.

Get the number field of the given host_cpu. (Raise error on XMLRPC failure)

Get the other_config field of the given host_cpu.

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

Get a record containing the current state of the given host_cpu. Returns XenAPI.HostCpu struct.

Get a record containing the current state of the given host_cpu. Returns XenAPI.HostCpu struct. (Raise error on XMLRPC failure)

Get the speed field of the given host_cpu.

Get the speed field of the given host_cpu. (Raise error on XMLRPC failure)

Get the stepping field of the given host_cpu.

Get the stepping field of the given host_cpu. (Raise error on XMLRPC failure)

Get the utilisation field of the given host_cpu.

Get the utilisation field of the given host_cpu. (Raise error on XMLRPC failure)

Get the uuid field of the given host_cpu.

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

Get the vendor field of the given host_cpu.

Get the vendor field of the given host_cpu. (Raise error on XMLRPC failure)

Remove the given key and its corresponding value from the other_config field of the given host_cpu. 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 host_cpu. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)

Set the other_config field of the given host_cpu.

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

Link to this section Functions

Link to this function

add_to_other_config(xen_session, host_cpu_ref, key, value)

View Source

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

Link to this function

add_to_other_config!(xen_session, host_cpu_ref, key, value)

View Source

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

Return a list of all the host_cpus known to the system.

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

Link to this function

get_all_records(xen_session)

View Source

Return a map of host_cpu references to host_cpu records for all host_cpus known to the system.

Link to this function

get_all_records!(xen_session)

View Source

Return a map of host_cpu references to host_cpu records for all host_cpus 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 host_cpu instance with the specified UUID.

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_family(xen_session, host_cpu_ref)

View Source

Get the family field of the given host_cpu.

Link to this function

get_family!(xen_session, host_cpu_ref)

View Source

Get the family field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_features(xen_session, host_cpu_ref)

View Source

Get the features field of the given host_cpu.

Link to this function

get_features!(xen_session, host_cpu_ref)

View Source

Get the features field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_flags(xen_session, host_cpu_ref)

View Source

Get the flags field of the given host_cpu.

Link to this function

get_flags!(xen_session, host_cpu_ref)

View Source

Get the flags field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_host(xen_session, host_cpu_ref)

View Source

Get the host field of the given host_cpu.

Link to this function

get_host!(xen_session, host_cpu_ref)

View Source

Get the host field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_model(xen_session, host_cpu_ref)

View Source

Get the model field of the given host_cpu.

Link to this function

get_model!(xen_session, host_cpu_ref)

View Source

Get the model field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_modelname(xen_session, host_cpu_ref)

View Source

Get the modelname field of the given host_cpu.

Link to this function

get_modelname!(xen_session, host_cpu_ref)

View Source

Get the modelname field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_number(xen_session, host_cpu_ref)

View Source

Get the number field of the given host_cpu.

Link to this function

get_number!(xen_session, host_cpu_ref)

View Source

Get the number field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_other_config(xen_session, host_cpu_ref)

View Source

Get the other_config field of the given host_cpu.

Link to this function

get_other_config!(xen_session, host_cpu_ref)

View Source

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

Link to this function

get_record(xen_session, host_cpu_ref)

View Source

Get a record containing the current state of the given host_cpu. Returns XenAPI.HostCpu struct.

Link to this function

get_record!(xen_session, host_cpu_ref)

View Source

Get a record containing the current state of the given host_cpu. Returns XenAPI.HostCpu struct. (Raise error on XMLRPC failure)

Link to this function

get_speed(xen_session, host_cpu_ref)

View Source

Get the speed field of the given host_cpu.

Link to this function

get_speed!(xen_session, host_cpu_ref)

View Source

Get the speed field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_stepping(xen_session, host_cpu_ref)

View Source

Get the stepping field of the given host_cpu.

Link to this function

get_stepping!(xen_session, host_cpu_ref)

View Source

Get the stepping field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_utilisation(xen_session, host_cpu_ref)

View Source

Get the utilisation field of the given host_cpu.

Link to this function

get_utilisation!(xen_session, host_cpu_ref)

View Source

Get the utilisation field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, host_cpu_ref)

View Source

Get the uuid field of the given host_cpu.

Link to this function

get_uuid!(xen_session, host_cpu_ref)

View Source

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

Link to this function

get_vendor(xen_session, host_cpu_ref)

View Source

Get the vendor field of the given host_cpu.

Link to this function

get_vendor!(xen_session, host_cpu_ref)

View Source

Get the vendor field of the given host_cpu. (Raise error on XMLRPC failure)

Link to this function

remove_from_other_config(xen_session, host_cpu_ref, key)

View Source

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

Link to this function

remove_from_other_config!(xen_session, host_cpu_ref, key)

View Source

Remove the given key and its corresponding value from the other_config field of the given host_cpu. 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, host_cpu_ref, value)

View Source

Set the other_config field of the given host_cpu.

Link to this function

set_other_config!(xen_session, host_cpu_ref, value)

View Source

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