View Source XenAPI.PVSServer (XenAPI v0.2.0)

Link to this section Summary

Functions

forget a PVS server (Raise error on XMLRPC failure)

Get the addresses field of the given PVS_server.

Get the addresses field of the given PVS_server. (Raise error on XMLRPC failure)

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

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

Return a map of PVS_server references to PVS_server records for all PVS_servers known to the system.

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

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

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

Get the first_port field of the given PVS_server.

Get the first_port field of the given PVS_server. (Raise error on XMLRPC failure)

Get the last_port field of the given PVS_server.

Get the last_port field of the given PVS_server. (Raise error on XMLRPC failure)

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

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

Get the site field of the given PVS_server.

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

Get the uuid field of the given PVS_server.

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

introduce new PVS server (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

forget(xen_session, pvs_server_ref)

View Source

forget a PVS server

Link to this function

forget!(xen_session, pvs_server_ref)

View Source

forget a PVS server (Raise error on XMLRPC failure)

Link to this function

get_addresses(xen_session, pvs_server_ref)

View Source

Get the addresses field of the given PVS_server.

Link to this function

get_addresses!(xen_session, pvs_server_ref)

View Source

Get the addresses field of the given PVS_server. (Raise error on XMLRPC failure)

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

Return a list of all the PVS_servers 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_server references to PVS_server records for all PVS_servers known to the system.

Link to this function

get_all_records!(xen_session)

View Source

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

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_first_port(xen_session, pvs_server_ref)

View Source

Get the first_port field of the given PVS_server.

Link to this function

get_first_port!(xen_session, pvs_server_ref)

View Source

Get the first_port field of the given PVS_server. (Raise error on XMLRPC failure)

Link to this function

get_last_port(xen_session, pvs_server_ref)

View Source

Get the last_port field of the given PVS_server.

Link to this function

get_last_port!(xen_session, pvs_server_ref)

View Source

Get the last_port field of the given PVS_server. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, pvs_server_ref)

View Source

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

Link to this function

get_record!(xen_session, pvs_server_ref)

View Source

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

Link to this function

get_site(xen_session, pvs_server_ref)

View Source

Get the site field of the given PVS_server.

Link to this function

get_site!(xen_session, pvs_server_ref)

View Source

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

Link to this function

get_uuid(xen_session, pvs_server_ref)

View Source

Get the uuid field of the given PVS_server.

Link to this function

get_uuid!(xen_session, pvs_server_ref)

View Source

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

Link to this function

introduce(xen_session, addresses, first_port, last_port, site)

View Source

introduce new PVS server

Link to this function

introduce!(xen_session, addresses, first_port, last_port, site)

View Source

introduce new PVS server (Raise error on XMLRPC failure)