View Source XenAPI.GPU_group (XenAPI v0.1.1)

Link to this section Summary

Functions

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

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

(Raise error on XMLRPC failure)

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

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

Return a map of GPU_group references to GPU_group records for all GPU_groups known to the system.

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

Get the allocation_algorithm field of the given GPU_group.

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

Get all the GPU_group instances with the given label.

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

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

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

Get the enabled_VGPU_types field of the given GPU_group.

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

Get the GPU_types field of the given GPU_group.

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

Get the name/description field of the given GPU_group.

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

Get the name/label field of the given GPU_group.

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

Get the other_config field of the given GPU_group.

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

Get the PGPUs field of the given GPU_group.

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

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

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

Get the supported_VGPU_types field of the given GPU_group.

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

Get the uuid field of the given GPU_group.

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

Get the VGPUs field of the given GPU_group.

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

Remove the given key and its corresponding value from the other_config field of the given GPU_group. 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 GPU_group. If the key is not in that Map, then do nothing. (Raise error on XMLRPC failure)

Set the allocation_algorithm field of the given GPU_group.

Set the allocation_algorithm field of the given GPU_group. (Raise error on XMLRPC failure)

Set the name/description field of the given GPU_group.

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

Set the name/label field of the given GPU_group.

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

Set the other_config field of the given GPU_group.

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

Link to this section Functions

Link to this function

add_to_other_config(xen_session, gpu_group_ref, key, value)

View Source

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

Link to this function

add_to_other_config!(xen_session, gpu_group_ref, key, value)

View Source

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

Link to this function

create(xen_session, name_label, name_description, other_config)

View Source
Link to this function

create!(xen_session, name_label, name_description, other_config)

View Source

(Raise error on XMLRPC failure)

Link to this function

destroy(xen_session, gpu_group_ref)

View Source
Link to this function

destroy!(xen_session, gpu_group_ref)

View Source

(Raise error on XMLRPC failure)

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

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

Link to this function

get_all_records(xen_session)

View Source

Return a map of GPU_group references to GPU_group records for all GPU_groups known to the system.

Link to this function

get_all_records!(xen_session)

View Source

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

Link to this function

get_allocation_algorithm(xen_session, gpu_group_ref)

View Source

Get the allocation_algorithm field of the given GPU_group.

Link to this function

get_allocation_algorithm!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_by_name_label(xen_session, label)

View Source

Get all the GPU_group instances with the given label.

Link to this function

get_by_name_label!(xen_session, label)

View Source

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

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_enabled_VGPU_types(xen_session, gpu_group_ref)

View Source

Get the enabled_VGPU_types field of the given GPU_group.

Link to this function

get_enabled_VGPU_types!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_GPU_types(xen_session, gpu_group_ref)

View Source

Get the GPU_types field of the given GPU_group.

Link to this function

get_GPU_types!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_name_description(xen_session, gpu_group_ref)

View Source

Get the name/description field of the given GPU_group.

Link to this function

get_name_description!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_name_label(xen_session, gpu_group_ref)

View Source

Get the name/label field of the given GPU_group.

Link to this function

get_name_label!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_other_config(xen_session, gpu_group_ref)

View Source

Get the other_config field of the given GPU_group.

Link to this function

get_other_config!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_PGPUs(xen_session, gpu_group_ref)

View Source

Get the PGPUs field of the given GPU_group.

Link to this function

get_PGPUs!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_record(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_record!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_remaining_capacity(xen_session, gpu_group_ref, vgpu_type)

View Source
Link to this function

get_remaining_capacity!(xen_session, gpu_group_ref, vgpu_type)

View Source

(Raise error on XMLRPC failure)

Link to this function

get_supported_VGPU_types(xen_session, gpu_group_ref)

View Source

Get the supported_VGPU_types field of the given GPU_group.

Link to this function

get_supported_VGPU_types!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_uuid(xen_session, gpu_group_ref)

View Source

Get the uuid field of the given GPU_group.

Link to this function

get_uuid!(xen_session, gpu_group_ref)

View Source

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

Link to this function

get_VGPUs(xen_session, gpu_group_ref)

View Source

Get the VGPUs field of the given GPU_group.

Link to this function

get_VGPUs!(xen_session, gpu_group_ref)

View Source

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

Link to this function

remove_from_other_config(xen_session, gpu_group_ref, key)

View Source

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

Link to this function

remove_from_other_config!(xen_session, gpu_group_ref, key)

View Source

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

Link to this function

set_allocation_algorithm(xen_session, gpu_group_ref, value)

View Source

Set the allocation_algorithm field of the given GPU_group.

Link to this function

set_allocation_algorithm!(xen_session, gpu_group_ref, value)

View Source

Set the allocation_algorithm field of the given GPU_group. (Raise error on XMLRPC failure)

Link to this function

set_name_description(xen_session, gpu_group_ref, value)

View Source

Set the name/description field of the given GPU_group.

Link to this function

set_name_description!(xen_session, gpu_group_ref, value)

View Source

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

Link to this function

set_name_label(xen_session, gpu_group_ref, value)

View Source

Set the name/label field of the given GPU_group.

Link to this function

set_name_label!(xen_session, gpu_group_ref, value)

View Source

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

Link to this function

set_other_config(xen_session, gpu_group_ref, value)

View Source

Set the other_config field of the given GPU_group.

Link to this function

set_other_config!(xen_session, gpu_group_ref, value)

View Source

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