View Source XenAPI.PVS_site (XenAPI v0.1.1)

Link to this section Summary

Functions

Remove a site's meta data

Remove a site's meta data (Raise error on XMLRPC failure)

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

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

Return a map of PVS_site references to PVS_site records for all PVS_sites known to the system.

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

Get all the PVS_site instances with the given label.

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

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

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

Get the cache_storage field of the given PVS_site.

Get the cache_storage field of the given PVS_site. (Raise error on XMLRPC failure)

Get the name/description field of the given PVS_site.

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

Get the name/label field of the given PVS_site.

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

Get the PVS_uuid field of the given PVS_site.

Get the PVS_uuid field of the given PVS_site. (Raise error on XMLRPC failure)

Get the proxies field of the given PVS_site.

Get the proxies field of the given PVS_site. (Raise error on XMLRPC failure)

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

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

Get the servers field of the given PVS_site.

Get the servers field of the given PVS_site. (Raise error on XMLRPC failure)

Get the uuid field of the given PVS_site.

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

Introduce new PVS site (Raise error on XMLRPC failure)

Set the name/description field of the given PVS_site.

Set the name/description field of the given PVS_site. (Raise error on XMLRPC failure)

Set the name/label field of the given PVS_site.

Set the name/label field of the given PVS_site. (Raise error on XMLRPC failure)

Update the PVS UUID of the PVS site

Update the PVS UUID of the PVS site (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

forget(xen_session, pvs_site_ref)

View Source

Remove a site's meta data

Link to this function

forget!(xen_session, pvs_site_ref)

View Source

Remove a site's meta data (Raise error on XMLRPC failure)

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

Return a list of all the PVS_sites 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_site references to PVS_site records for all PVS_sites known to the system.

Link to this function

get_all_records!(xen_session)

View Source

Return a map of PVS_site references to PVS_site records for all PVS_sites 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 PVS_site instances with the given label.

Link to this function

get_by_name_label!(xen_session, label)

View Source

Get all the PVS_site 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 PVS_site instance with the specified UUID.

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_cache_storage(xen_session, pvs_site_ref)

View Source

Get the cache_storage field of the given PVS_site.

Link to this function

get_cache_storage!(xen_session, pvs_site_ref)

View Source

Get the cache_storage field of the given PVS_site. (Raise error on XMLRPC failure)

Link to this function

get_name_description(xen_session, pvs_site_ref)

View Source

Get the name/description field of the given PVS_site.

Link to this function

get_name_description!(xen_session, pvs_site_ref)

View Source

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

Link to this function

get_name_label(xen_session, pvs_site_ref)

View Source

Get the name/label field of the given PVS_site.

Link to this function

get_name_label!(xen_session, pvs_site_ref)

View Source

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

Link to this function

get_PVS_uuid(xen_session, pvs_site_ref)

View Source

Get the PVS_uuid field of the given PVS_site.

Link to this function

get_PVS_uuid!(xen_session, pvs_site_ref)

View Source

Get the PVS_uuid field of the given PVS_site. (Raise error on XMLRPC failure)

Link to this function

get_proxies(xen_session, pvs_site_ref)

View Source

Get the proxies field of the given PVS_site.

Link to this function

get_proxies!(xen_session, pvs_site_ref)

View Source

Get the proxies field of the given PVS_site. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, pvs_site_ref)

View Source

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

Link to this function

get_record!(xen_session, pvs_site_ref)

View Source

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

Link to this function

get_servers(xen_session, pvs_site_ref)

View Source

Get the servers field of the given PVS_site.

Link to this function

get_servers!(xen_session, pvs_site_ref)

View Source

Get the servers field of the given PVS_site. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, pvs_site_ref)

View Source

Get the uuid field of the given PVS_site.

Link to this function

get_uuid!(xen_session, pvs_site_ref)

View Source

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

Link to this function

introduce(xen_session, name_label, name_description, arg)

View Source

Introduce new PVS site

Link to this function

introduce!(xen_session, name_label, name_description, arg)

View Source

Introduce new PVS site (Raise error on XMLRPC failure)

Link to this function

set_name_description(xen_session, pvs_site_ref, value)

View Source

Set the name/description field of the given PVS_site.

Link to this function

set_name_description!(xen_session, pvs_site_ref, value)

View Source

Set the name/description field of the given PVS_site. (Raise error on XMLRPC failure)

Link to this function

set_name_label(xen_session, pvs_site_ref, value)

View Source

Set the name/label field of the given PVS_site.

Link to this function

set_name_label!(xen_session, pvs_site_ref, value)

View Source

Set the name/label field of the given PVS_site. (Raise error on XMLRPC failure)

Link to this function

set_PVS_uuid(xen_session, pvs_site_ref, value)

View Source

Update the PVS UUID of the PVS site

Link to this function

set_PVS_uuid!(xen_session, pvs_site_ref, value)

View Source

Update the PVS UUID of the PVS site (Raise error on XMLRPC failure)