Uses of Class
com.xensource.xenapi.GPUGroup
-
Uses of GPUGroup in com.xensource.xenapi
Fields in com.xensource.xenapi declared as GPUGroupModifier and TypeFieldDescriptionPGPU.Record.GPUGroup
GPU group the pGPU is contained inVGPU.Record.GPUGroup
GPU group used by the vGPUFields in com.xensource.xenapi with type parameters of type GPUGroupModifier and TypeFieldDescriptionVGPUType.Record.enabledOnGPUGroups
List of GPU groups in which at least one have this VGPU type enabled First published in XenServer 6.2 SP1.VGPUType.Record.supportedOnGPUGroups
List of GPU groups in which at least one PGPU supports this VGPU type First published in XenServer 6.2 SP1.Methods in com.xensource.xenapi that return GPUGroupModifier and TypeMethodDescriptionstatic GPUGroup
GPUGroup.create
(Connection c, String nameLabel, String nameDescription, Map<String, String> otherConfig) Minimum allowed role: pool-operator First published in XenServer 6.0.static GPUGroup
GPUGroup.getByUuid
(Connection c, String uuid) Get a reference to the GPU_group instance with the specified UUID.PGPU.getGPUGroup
(Connection c) Get the GPU_group field of the given PGPU.VGPU.getGPUGroup
(Connection c) Get the GPU_group field of the given VGPU.static GPUGroup
Types.toGPUGroup
(Task task, Connection connection) static GPUGroup
Types.toGPUGroup
(Object object) Methods in com.xensource.xenapi that return types with arguments of type GPUGroupModifier and TypeMethodDescriptionGPUGroup.getAll
(Connection c) Return a list of all the GPU_groups known to the system.static Map<GPUGroup,
GPUGroup.Record> GPUGroup.getAllRecords
(Connection c) Return a map of GPU_group references to GPU_group records for all GPU_groups known to the system.GPUGroup.getByNameLabel
(Connection c, String label) Get all the GPU_group instances with the given label.VGPUType.getEnabledOnGPUGroups
(Connection c) Get the enabled_on_GPU_groups field of the given VGPU_type.VGPUType.getSupportedOnGPUGroups
(Connection c) Get the supported_on_GPU_groups field of the given VGPU_type.static Map<GPUGroup,
GPUGroup.Record> Types.toMapOfGPUGroupGPUGroupRecord
(Object object) Types.toMapOfVGPUGPUGroup
(Object object) Types.toSetOfGPUGroup
(Object object) Methods in com.xensource.xenapi with parameters of type GPUGroupModifier 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 Task
VGPU.createAsync
(Connection c, VM VM, GPUGroup GPUGroup, String device, Map<String, String> otherConfig) Minimum allowed role: pool-operator First published in XenServer 6.0.static Task
VGPU.createAsync
(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.void
PGPU.setGPUGroup
(Connection c, GPUGroup value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.PGPU.setGPUGroupAsync
(Connection c, GPUGroup value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.