View Source XenAPI.PVSProxy (XenAPI v0.3.0)

a proxy connects a VM/VIF with a PVS site

Link to this section Summary

Functions

Configure a VM/VIF to use a PVS proxy

Configure a VM/VIF to use a PVS proxy (Raise error on XMLRPC failure)

remove (or switch off) a PVS proxy for this VM

remove (or switch off) a PVS proxy for this VM (Raise error on XMLRPC failure)

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

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

Return a map of PVS_proxy references to PVS_proxy records for all PVS_proxys known to the system.

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

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

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

Get the currently_attached field of the given PVS_proxy.

Get the currently_attached field of the given PVS_proxy. (Raise error on XMLRPC failure)

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

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

Get the site field of the given PVS_proxy.

Get the site field of the given PVS_proxy. (Raise error on XMLRPC failure)

Get the status field of the given PVS_proxy.

Get the status field of the given PVS_proxy. (Raise error on XMLRPC failure)

Get the uuid field of the given PVS_proxy.

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

Get the VIF field of the given PVS_proxy.

Get the VIF field of the given PVS_proxy. (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

create(xen_session, site, arg)

View Source

Configure a VM/VIF to use a PVS proxy

Link to this function

create!(xen_session, site, arg)

View Source

Configure a VM/VIF to use a PVS proxy (Raise error on XMLRPC failure)

Link to this function

destroy(xen_session, pvs_proxy_ref)

View Source

remove (or switch off) a PVS proxy for this VM

Link to this function

destroy!(xen_session, pvs_proxy_ref)

View Source

remove (or switch off) a PVS proxy for this VM (Raise error on XMLRPC failure)

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

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

Link to this function

get_all_records(xen_session)

View Source

Return a map of PVS_proxy references to PVS_proxy records for all PVS_proxys known to the system.

Link to this function

get_all_records!(xen_session)

View Source

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

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_currently_attached(xen_session, pvs_proxy_ref)

View Source

Get the currently_attached field of the given PVS_proxy.

Link to this function

get_currently_attached!(xen_session, pvs_proxy_ref)

View Source

Get the currently_attached field of the given PVS_proxy. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, pvs_proxy_ref)

View Source

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

Link to this function

get_record!(xen_session, pvs_proxy_ref)

View Source

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

Link to this function

get_site(xen_session, pvs_proxy_ref)

View Source

Get the site field of the given PVS_proxy.

Link to this function

get_site!(xen_session, pvs_proxy_ref)

View Source

Get the site field of the given PVS_proxy. (Raise error on XMLRPC failure)

Link to this function

get_status(xen_session, pvs_proxy_ref)

View Source

Get the status field of the given PVS_proxy.

Link to this function

get_status!(xen_session, pvs_proxy_ref)

View Source

Get the status field of the given PVS_proxy. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, pvs_proxy_ref)

View Source

Get the uuid field of the given PVS_proxy.

Link to this function

get_uuid!(xen_session, pvs_proxy_ref)

View Source

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

Link to this function

get_VIF(xen_session, pvs_proxy_ref)

View Source

Get the VIF field of the given PVS_proxy.

Link to this function

get_VIF!(xen_session, pvs_proxy_ref)

View Source

Get the VIF field of the given PVS_proxy. (Raise error on XMLRPC failure)