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.residentVGPUsList of VGPUs running on this PGPU First published in XenServer 6.2 SP1 Tech-Preview.GPUGroup.Record.VGPUsList of vGPUs using the groupVGPUType.Record.VGPUsList of VGPUs of this typeVM.Record.VGPUsVirtual GPUs First published in XenServer 6.0.Methods in com.xensource.xenapi that return VGPUModifier and TypeMethodDescriptionstatic VGPUMinimum allowed role: pool-operator First published in XenServer 6.0.static VGPUVGPU.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 VGPUVGPU.getByUuid(Connection c, String uuid) Get a reference to the VGPU instance with the specified UUID.static VGPUTypes.toVGPU(Task task, Connection connection) 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.