View Source XenAPI.Message (XenAPI v0.3.1)

An message for the attention of the administrator

Link to this section Summary

Link to this section Functions

Link to this function

create(xen_session, name, priority, cls, obj_uuid, body)

View Source
Link to this function

create!(xen_session, name, priority, cls, obj_uuid, body)

View Source

(Raise error on XMLRPC failure)

Link to this function

destroy(xen_session, message_ref)

View Source
Link to this function

destroy!(xen_session, message_ref)

View Source

(Raise error on XMLRPC failure)

Link to this function

get(xen_session, cls, obj_uuid, since)

View Source
Link to this function

get!(xen_session, cls, obj_uuid, since)

View Source

(Raise error on XMLRPC failure)

(Raise error on XMLRPC failure)

Link to this function

get_all_records(xen_session)

View Source
Link to this function

get_all_records!(xen_session)

View Source

(Raise error on XMLRPC failure)

Link to this function

get_all_records_where(xen_session, expr)

View Source
Link to this function

get_all_records_where!(xen_session, expr)

View Source

(Raise error on XMLRPC failure)

Link to this function

get_by_uuid(xen_session, uuid)

View Source
Link to this function

get_by_uuid!(xen_session, uuid)

View Source

(Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, message_ref)

View Source

Returns XenAPI.Message struct.

Link to this function

get_record!(xen_session, message_ref)

View Source

Returns XenAPI.Message struct. (Raise error on XMLRPC failure)

Link to this function

get_since(xen_session, since)

View Source
Link to this function

get_since!(xen_session, since)

View Source

(Raise error on XMLRPC failure)