View Source XenAPI.PGPU (XenAPI v0.3.0)

A physical GPU (pGPU)

Link to this section Summary

Functions

Add the given key-value pair to the other_config field of the given PGPU.

Add the given key-value pair to the other_config field of the given PGPU. (Raise error on XMLRPC failure)

(Raise error on XMLRPC failure)

(Raise error on XMLRPC failure)

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

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

Return a map of PGPU references to PGPU records for all PGPUs known to the system.

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

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

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

Get the compatibility_metadata field of the given PGPU.

Get the compatibility_metadata field of the given PGPU. (Raise error on XMLRPC failure)

Get the dom0_access field of the given PGPU.

Get the dom0_access field of the given PGPU. (Raise error on XMLRPC failure)

Get the enabled_VGPU_types field of the given PGPU.

Get the enabled_VGPU_types field of the given PGPU. (Raise error on XMLRPC failure)

Get the GPU_group field of the given PGPU.

Get the GPU_group field of the given PGPU. (Raise error on XMLRPC failure)

Get the host field of the given PGPU.

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

Get the is_system_display_device field of the given PGPU.

Get the is_system_display_device field of the given PGPU. (Raise error on XMLRPC failure)

Get the other_config field of the given PGPU.

Get the other_config field of the given PGPU. (Raise error on XMLRPC failure)

Get the PCI field of the given PGPU.

Get the PCI field of the given PGPU. (Raise error on XMLRPC failure)

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

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

Get the resident_VGPUs field of the given PGPU.

Get the resident_VGPUs field of the given PGPU. (Raise error on XMLRPC failure)

Get the supported_VGPU_max_capacities field of the given PGPU.

Get the supported_VGPU_max_capacities field of the given PGPU. (Raise error on XMLRPC failure)

Get the supported_VGPU_types field of the given PGPU.

Get the supported_VGPU_types field of the given PGPU. (Raise error on XMLRPC failure)

Get the uuid field of the given PGPU.

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

Remove the given key and its corresponding value from the other_config field of the given PGPU. If the key is not in that Map, then do nothing.

Remove the given key and its corresponding value from the other_config field of the given PGPU. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)

(Raise error on XMLRPC failure)

Set the other_config field of the given PGPU.

Set the other_config field of the given PGPU. (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

add_enabled_VGPU_types(xen_session, pgpu_ref, value)

View Source
Link to this function

add_enabled_VGPU_types!(xen_session, pgpu_ref, value)

View Source

(Raise error on XMLRPC failure)

Link to this function

add_to_other_config(xen_session, pgpu_ref, key, value)

View Source

Add the given key-value pair to the other_config field of the given PGPU.

Link to this function

add_to_other_config!(xen_session, pgpu_ref, key, value)

View Source

Add the given key-value pair to the other_config field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

disable_dom0_access(xen_session, pgpu_ref)

View Source
Link to this function

disable_dom0_access!(xen_session, pgpu_ref)

View Source

(Raise error on XMLRPC failure)

Link to this function

enable_dom0_access(xen_session, pgpu_ref)

View Source
Link to this function

enable_dom0_access!(xen_session, pgpu_ref)

View Source

(Raise error on XMLRPC failure)

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

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

Link to this function

get_all_records(xen_session)

View Source

Return a map of PGPU references to PGPU records for all PGPUs known to the system.

Link to this function

get_all_records!(xen_session)

View Source

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

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_compatibility_metadata(xen_session, pgpu_ref)

View Source

Get the compatibility_metadata field of the given PGPU.

Link to this function

get_compatibility_metadata!(xen_session, pgpu_ref)

View Source

Get the compatibility_metadata field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_dom0_access(xen_session, pgpu_ref)

View Source

Get the dom0_access field of the given PGPU.

Link to this function

get_dom0_access!(xen_session, pgpu_ref)

View Source

Get the dom0_access field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_enabled_VGPU_types(xen_session, pgpu_ref)

View Source

Get the enabled_VGPU_types field of the given PGPU.

Link to this function

get_enabled_VGPU_types!(xen_session, pgpu_ref)

View Source

Get the enabled_VGPU_types field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_GPU_group(xen_session, pgpu_ref)

View Source

Get the GPU_group field of the given PGPU.

Link to this function

get_GPU_group!(xen_session, pgpu_ref)

View Source

Get the GPU_group field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_host(xen_session, pgpu_ref)

View Source

Get the host field of the given PGPU.

Link to this function

get_host!(xen_session, pgpu_ref)

View Source

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

Link to this function

get_is_system_display_device(xen_session, pgpu_ref)

View Source

Get the is_system_display_device field of the given PGPU.

Link to this function

get_is_system_display_device!(xen_session, pgpu_ref)

View Source

Get the is_system_display_device field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_other_config(xen_session, pgpu_ref)

View Source

Get the other_config field of the given PGPU.

Link to this function

get_other_config!(xen_session, pgpu_ref)

View Source

Get the other_config field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_PCI(xen_session, pgpu_ref)

View Source

Get the PCI field of the given PGPU.

Link to this function

get_PCI!(xen_session, pgpu_ref)

View Source

Get the PCI field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, pgpu_ref)

View Source

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

Link to this function

get_record!(xen_session, pgpu_ref)

View Source

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

Link to this function

get_remaining_capacity(xen_session, pgpu_ref, vgpu_type)

View Source
Link to this function

get_remaining_capacity!(xen_session, pgpu_ref, vgpu_type)

View Source

(Raise error on XMLRPC failure)

Link to this function

get_resident_VGPUs(xen_session, pgpu_ref)

View Source

Get the resident_VGPUs field of the given PGPU.

Link to this function

get_resident_VGPUs!(xen_session, pgpu_ref)

View Source

Get the resident_VGPUs field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_supported_VGPU_max_capacities(xen_session, pgpu_ref)

View Source

Get the supported_VGPU_max_capacities field of the given PGPU.

Link to this function

get_supported_VGPU_max_capacities!(xen_session, pgpu_ref)

View Source

Get the supported_VGPU_max_capacities field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_supported_VGPU_types(xen_session, pgpu_ref)

View Source

Get the supported_VGPU_types field of the given PGPU.

Link to this function

get_supported_VGPU_types!(xen_session, pgpu_ref)

View Source

Get the supported_VGPU_types field of the given PGPU. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, pgpu_ref)

View Source

Get the uuid field of the given PGPU.

Link to this function

get_uuid!(xen_session, pgpu_ref)

View Source

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

Link to this function

remove_enabled_VGPU_types(xen_session, pgpu_ref, value)

View Source
Link to this function

remove_enabled_VGPU_types!(xen_session, pgpu_ref, value)

View Source

(Raise error on XMLRPC failure)

Link to this function

remove_from_other_config(xen_session, pgpu_ref, key)

View Source

Remove the given key and its corresponding value from the other_config field of the given PGPU. If the key is not in that Map, then do nothing.

Link to this function

remove_from_other_config!(xen_session, pgpu_ref, key)

View Source

Remove the given key and its corresponding value from the other_config field of the given PGPU. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)

Link to this function

set_enabled_VGPU_types(xen_session, pgpu_ref, value)

View Source
Link to this function

set_enabled_VGPU_types!(xen_session, pgpu_ref, value)

View Source

(Raise error on XMLRPC failure)

Link to this function

set_GPU_group(xen_session, pgpu_ref, value)

View Source
Link to this function

set_GPU_group!(xen_session, pgpu_ref, value)

View Source

(Raise error on XMLRPC failure)

Link to this function

set_other_config(xen_session, pgpu_ref, value)

View Source

Set the other_config field of the given PGPU.

Link to this function

set_other_config!(xen_session, pgpu_ref, value)

View Source

Set the other_config field of the given PGPU. (Raise error on XMLRPC failure)