View Source XenAPI.Feature (XenAPI v0.3.1)

A new piece of functionality

Link to this section Summary

Functions

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

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

Return a map of Feature references to Feature records for all Features known to the system.

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

Get all the Feature instances with the given label.

Get all the Feature instances with the given label. (Raise error on XMLRPC failure)

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

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

Get the enabled field of the given Feature.

Get the enabled field of the given Feature. (Raise error on XMLRPC failure)

Get the experimental field of the given Feature.

Get the experimental field of the given Feature. (Raise error on XMLRPC failure)

Get the host field of the given Feature.

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

Get the name/description field of the given Feature.

Get the name/description field of the given Feature. (Raise error on XMLRPC failure)

Get the name/label field of the given Feature.

Get the name/label field of the given Feature. (Raise error on XMLRPC failure)

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

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

Get the uuid field of the given Feature.

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

Get the version field of the given Feature.

Get the version field of the given Feature. (Raise error on XMLRPC failure)

Link to this section Functions

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

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

Link to this function

get_all_records(xen_session)

View Source

Return a map of Feature references to Feature records for all Features known to the system.

Link to this function

get_all_records!(xen_session)

View Source

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

Link to this function

get_by_name_label(xen_session, label)

View Source

Get all the Feature instances with the given label.

Link to this function

get_by_name_label!(xen_session, label)

View Source

Get all the Feature instances with the given label. (Raise error on XMLRPC failure)

Link to this function

get_by_uuid(xen_session, uuid)

View Source

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

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_enabled(xen_session, feature_ref)

View Source

Get the enabled field of the given Feature.

Link to this function

get_enabled!(xen_session, feature_ref)

View Source

Get the enabled field of the given Feature. (Raise error on XMLRPC failure)

Link to this function

get_experimental(xen_session, feature_ref)

View Source

Get the experimental field of the given Feature.

Link to this function

get_experimental!(xen_session, feature_ref)

View Source

Get the experimental field of the given Feature. (Raise error on XMLRPC failure)

Link to this function

get_host(xen_session, feature_ref)

View Source

Get the host field of the given Feature.

Link to this function

get_host!(xen_session, feature_ref)

View Source

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

Link to this function

get_name_description(xen_session, feature_ref)

View Source

Get the name/description field of the given Feature.

Link to this function

get_name_description!(xen_session, feature_ref)

View Source

Get the name/description field of the given Feature. (Raise error on XMLRPC failure)

Link to this function

get_name_label(xen_session, feature_ref)

View Source

Get the name/label field of the given Feature.

Link to this function

get_name_label!(xen_session, feature_ref)

View Source

Get the name/label field of the given Feature. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, feature_ref)

View Source

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

Link to this function

get_record!(xen_session, feature_ref)

View Source

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

Link to this function

get_uuid(xen_session, feature_ref)

View Source

Get the uuid field of the given Feature.

Link to this function

get_uuid!(xen_session, feature_ref)

View Source

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

Link to this function

get_version(xen_session, feature_ref)

View Source

Get the version field of the given Feature.

Link to this function

get_version!(xen_session, feature_ref)

View Source

Get the version field of the given Feature. (Raise error on XMLRPC failure)