View Source XenAPI.VGPUType (XenAPI v0.2.0)

Link to this section Summary

Functions

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

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

Return a map of VGPU_type references to VGPU_type records for all VGPU_types known to the system.

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

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

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

Get the compatible_types_in_vm field of the given VGPU_type.

Get the compatible_types_in_vm field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the enabled_on_GPU_groups field of the given VGPU_type.

Get the enabled_on_GPU_groups field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the enabled_on_PGPUs field of the given VGPU_type.

Get the enabled_on_PGPUs field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the experimental field of the given VGPU_type.

Get the experimental field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the framebuffer_size field of the given VGPU_type.

Get the framebuffer_size field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the identifier field of the given VGPU_type.

Get the identifier field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the implementation field of the given VGPU_type.

Get the implementation field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the max_heads field of the given VGPU_type.

Get the max_heads field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the max_resolution_x field of the given VGPU_type.

Get the max_resolution_x field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the max_resolution_y field of the given VGPU_type.

Get the max_resolution_y field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the model_name field of the given VGPU_type.

Get the model_name field of the given VGPU_type. (Raise error on XMLRPC failure)

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

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

Get the supported_on_GPU_groups field of the given VGPU_type.

Get the supported_on_GPU_groups field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the supported_on_PGPUs field of the given VGPU_type.

Get the supported_on_PGPUs field of the given VGPU_type. (Raise error on XMLRPC failure)

Get the uuid field of the given VGPU_type.

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

Get the VGPUs field of the given VGPU_type.

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

Get the vendor_name field of the given VGPU_type.

Get the vendor_name field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this section Functions

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

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

Link to this function

get_all_records(xen_session)

View Source

Return a map of VGPU_type references to VGPU_type records for all VGPU_types known to the system.

Link to this function

get_all_records!(xen_session)

View Source

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

Link to this function

get_by_uuid!(xen_session, uuid)

View Source

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

Link to this function

get_compatible_types_in_vm(xen_session, vgpu_type_ref)

View Source

Get the compatible_types_in_vm field of the given VGPU_type.

Link to this function

get_compatible_types_in_vm!(xen_session, vgpu_type_ref)

View Source

Get the compatible_types_in_vm field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_enabled_on_GPU_groups(xen_session, vgpu_type_ref)

View Source

Get the enabled_on_GPU_groups field of the given VGPU_type.

Link to this function

get_enabled_on_GPU_groups!(xen_session, vgpu_type_ref)

View Source

Get the enabled_on_GPU_groups field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_enabled_on_PGPUs(xen_session, vgpu_type_ref)

View Source

Get the enabled_on_PGPUs field of the given VGPU_type.

Link to this function

get_enabled_on_PGPUs!(xen_session, vgpu_type_ref)

View Source

Get the enabled_on_PGPUs field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_experimental(xen_session, vgpu_type_ref)

View Source

Get the experimental field of the given VGPU_type.

Link to this function

get_experimental!(xen_session, vgpu_type_ref)

View Source

Get the experimental field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_framebuffer_size(xen_session, vgpu_type_ref)

View Source

Get the framebuffer_size field of the given VGPU_type.

Link to this function

get_framebuffer_size!(xen_session, vgpu_type_ref)

View Source

Get the framebuffer_size field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_identifier(xen_session, vgpu_type_ref)

View Source

Get the identifier field of the given VGPU_type.

Link to this function

get_identifier!(xen_session, vgpu_type_ref)

View Source

Get the identifier field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_implementation(xen_session, vgpu_type_ref)

View Source

Get the implementation field of the given VGPU_type.

Link to this function

get_implementation!(xen_session, vgpu_type_ref)

View Source

Get the implementation field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_max_heads(xen_session, vgpu_type_ref)

View Source

Get the max_heads field of the given VGPU_type.

Link to this function

get_max_heads!(xen_session, vgpu_type_ref)

View Source

Get the max_heads field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_max_resolution_x(xen_session, vgpu_type_ref)

View Source

Get the max_resolution_x field of the given VGPU_type.

Link to this function

get_max_resolution_x!(xen_session, vgpu_type_ref)

View Source

Get the max_resolution_x field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_max_resolution_y(xen_session, vgpu_type_ref)

View Source

Get the max_resolution_y field of the given VGPU_type.

Link to this function

get_max_resolution_y!(xen_session, vgpu_type_ref)

View Source

Get the max_resolution_y field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_model_name(xen_session, vgpu_type_ref)

View Source

Get the model_name field of the given VGPU_type.

Link to this function

get_model_name!(xen_session, vgpu_type_ref)

View Source

Get the model_name field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_record(xen_session, vgpu_type_ref)

View Source

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

Link to this function

get_record!(xen_session, vgpu_type_ref)

View Source

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

Link to this function

get_supported_on_GPU_groups(xen_session, vgpu_type_ref)

View Source

Get the supported_on_GPU_groups field of the given VGPU_type.

Link to this function

get_supported_on_GPU_groups!(xen_session, vgpu_type_ref)

View Source

Get the supported_on_GPU_groups field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_supported_on_PGPUs(xen_session, vgpu_type_ref)

View Source

Get the supported_on_PGPUs field of the given VGPU_type.

Link to this function

get_supported_on_PGPUs!(xen_session, vgpu_type_ref)

View Source

Get the supported_on_PGPUs field of the given VGPU_type. (Raise error on XMLRPC failure)

Link to this function

get_uuid(xen_session, vgpu_type_ref)

View Source

Get the uuid field of the given VGPU_type.

Link to this function

get_uuid!(xen_session, vgpu_type_ref)

View Source

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

Link to this function

get_VGPUs(xen_session, vgpu_type_ref)

View Source

Get the VGPUs field of the given VGPU_type.

Link to this function

get_VGPUs!(xen_session, vgpu_type_ref)

View Source

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

Link to this function

get_vendor_name(xen_session, vgpu_type_ref)

View Source

Get the vendor_name field of the given VGPU_type.

Link to this function

get_vendor_name!(xen_session, vgpu_type_ref)

View Source

Get the vendor_name field of the given VGPU_type. (Raise error on XMLRPC failure)