Class: VGPU_type

A type of virtual GPU

Enums

vgpu_type_implementation

Fields

VGPU ref set VGPUs [RO/runtime]
VGPU_type ref set compatible_types_in_vm [RO/runtime]
GPU_group ref set enabled_on_GPU_groups [RO/runtime]
PGPU ref set enabled_on_PGPUs [RO/runtime]
bool experimental [RO/constructor]
int framebuffer_size [RO/constructor]
string identifier [RO/constructor]
enum vgpu_type_implementation implementation [RO/constructor]
int max_heads [RO/constructor]
int max_resolution_x [RO/constructor]
int max_resolution_y [RO/constructor]
string model_name [RO/constructor]
GPU_group ref set supported_on_GPU_groups [RO/runtime]
PGPU ref set supported_on_PGPUs [RO/runtime]
string uuid [RO/runtime]
string vendor_name [RO/constructor]

Messages

VGPU ref set get_VGPUs (session ref, VGPU_type ref)
VGPU_type ref set get_all (session ref)
(VGPU_type ref → VGPU_type record) map get_all_records (session ref)
VGPU_type ref get_by_uuid (session ref, string)
VGPU_type ref set get_compatible_types_in_vm (session ref, VGPU_type ref)
GPU_group ref set get_enabled_on_GPU_groups (session ref, VGPU_type ref)
PGPU ref set get_enabled_on_PGPUs (session ref, VGPU_type ref)
bool get_experimental (session ref, VGPU_type ref)
int get_framebuffer_size (session ref, VGPU_type ref)
string get_identifier (session ref, VGPU_type ref)
enum vgpu_type_implementation get_implementation (session ref, VGPU_type ref)
int get_max_heads (session ref, VGPU_type ref)
int get_max_resolution_x (session ref, VGPU_type ref)
int get_max_resolution_y (session ref, VGPU_type ref)
string get_model_name (session ref, VGPU_type ref)
VGPU_type record get_record (session ref, VGPU_type ref)
GPU_group ref set get_supported_on_GPU_groups (session ref, VGPU_type ref)
PGPU ref set get_supported_on_PGPUs (session ref, VGPU_type ref)
string get_uuid (session ref, VGPU_type ref)
string get_vendor_name (session ref, VGPU_type ref)