View Source XenAPI.PVSCacheStorage (XenAPI v0.2.0)

Link to this section Summary

Functions

Create a new PVS_cache_storage instance, and return its handle. The constructor args are: host, SR, site, size (* = non-optional).

Create a new PVS_cache_storage instance, and return its handle. The constructor args are: host, SR, site, size (* = non-optional). (Raise error on XMLRPC failure)

Destroy the specified PVS_cache_storage instance.

Destroy the specified PVS_cache_storage instance. (Raise error on XMLRPC failure)

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

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

Return a map of PVS_cache_storage references to PVS_cache_storage records for all PVS_cache_storages known to the system.

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

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

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

Get the host field of the given PVS_cache_storage.

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

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

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

Get the SR field of the given PVS_cache_storage.

Get the SR field of the given PVS_cache_storage. (Raise error on XMLRPC failure)

Get the site field of the given PVS_cache_storage.

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

Get the size field of the given PVS_cache_storage.

Get the size field of the given PVS_cache_storage. (Raise error on XMLRPC failure)

Get the uuid field of the given PVS_cache_storage.

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

Get the VDI field of the given PVS_cache_storage.

Get the VDI field of the given PVS_cache_storage. (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

create(xen_session, args)

View Source

Create a new PVS_cache_storage instance, and return its handle. The constructor args are: host, SR, site, size (* = non-optional).

Link to this function

create!(xen_session, args)

View Source

Create a new PVS_cache_storage instance, and return its handle. The constructor args are: host, SR, site, size (* = non-optional). (Raise error on XMLRPC failure)

Link to this function

destroy(xen_session, pvs_cache_storage_ref)

View Source

Destroy the specified PVS_cache_storage instance.

Link to this function

destroy!(xen_session, pvs_cache_storage_ref)

View Source

Destroy the specified PVS_cache_storage instance. (Raise error on XMLRPC failure)

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

Return a list of all the PVS_cache_storages 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_cache_storage references to PVS_cache_storage records for all PVS_cache_storages known to the system.

Link to this function

get_all_records!(xen_session)

View Source

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

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_host(xen_session, pvs_cache_storage_ref)

View Source

Get the host field of the given PVS_cache_storage.

Link to this function

get_host!(xen_session, pvs_cache_storage_ref)

View Source

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

Link to this function

get_record(xen_session, pvs_cache_storage_ref)

View Source

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

Link to this function

get_record!(xen_session, pvs_cache_storage_ref)

View Source

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

Link to this function

get_SR(xen_session, pvs_cache_storage_ref)

View Source

Get the SR field of the given PVS_cache_storage.

Link to this function

get_SR!(xen_session, pvs_cache_storage_ref)

View Source

Get the SR field of the given PVS_cache_storage. (Raise error on XMLRPC failure)

Link to this function

get_site(xen_session, pvs_cache_storage_ref)

View Source

Get the site field of the given PVS_cache_storage.

Link to this function

get_site!(xen_session, pvs_cache_storage_ref)

View Source

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

Link to this function

get_size(xen_session, pvs_cache_storage_ref)

View Source

Get the size field of the given PVS_cache_storage.

Link to this function

get_size!(xen_session, pvs_cache_storage_ref)

View Source

Get the size field of the given PVS_cache_storage. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, pvs_cache_storage_ref)

View Source

Get the uuid field of the given PVS_cache_storage.

Link to this function

get_uuid!(xen_session, pvs_cache_storage_ref)

View Source

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

Link to this function

get_VDI(xen_session, pvs_cache_storage_ref)

View Source

Get the VDI field of the given PVS_cache_storage.

Link to this function

get_VDI!(xen_session, pvs_cache_storage_ref)

View Source

Get the VDI field of the given PVS_cache_storage. (Raise error on XMLRPC failure)