Uses of Class
com.xensource.xenapi.VGPU
-
Uses of VGPU in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type VGPUModifier and TypeFieldDescriptionPGPU.Record.residentVGPUs
List of VGPUs running on this PGPU First published in XenServer 6.2 SP1 Tech-Preview.GPUGroup.Record.VGPUs
List of vGPUs using the groupVGPUType.Record.VGPUs
List of VGPUs of this typeVM.Record.VGPUs
Virtual GPUs First published in XenServer 6.0.Methods in com.xensource.xenapi that return VGPUModifier and TypeMethodDescriptionstatic VGPU
Minimum allowed role: pool-operator First published in XenServer 6.0.static VGPU
VGPU.create
(Connection c, VM VM, GPUGroup GPUGroup, String device, Map<String, String> otherConfig, VGPUType type) Minimum allowed role: pool-operator First published in XenServer 6.0.static VGPU
VGPU.getByUuid
(Connection c, String uuid) Get a reference to the VGPU instance with the specified UUID.static VGPU
Types.toVGPU
(Task task, Connection connection) static VGPU
Methods in com.xensource.xenapi that return types with arguments of type VGPUModifier and TypeMethodDescriptionVGPU.getAll
(Connection c) Return a list of all the VGPUs known to the system.static Map<VGPU,
VGPU.Record> VGPU.getAllRecords
(Connection c) Return a map of VGPU references to VGPU records for all VGPUs known to the system.PGPU.getResidentVGPUs
(Connection c) Get the resident_VGPUs field of the given PGPU.GPUGroup.getVGPUs
(Connection c) Get the VGPUs field of the given GPU_group.VGPUType.getVGPUs
(Connection c) Get the VGPUs field of the given VGPU_type.VM.getVGPUs
(Connection c) Get the VGPUs field of the given VM.Types.toMapOfVGPUGPUGroup
(Object object) static Map<VGPU,
VGPU.Record> Types.toMapOfVGPUVGPURecord
(Object object) Types.toSetOfVGPU
(Object object)