Uses of Class
com.xensource.xenapi.VGPUType
-
Uses of VGPUType in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VGPUTypeModifier and TypeFieldDescriptionVGPU.Record.type
Preset type for this VGPU First published in XenServer 6.2 SP1 Tech-Preview.Fields in com.xensource.xenapi with type parameters of type VGPUTypeModifier and TypeFieldDescriptionVGPUType.Record.compatibleTypesInVm
List of VGPU types which are compatible in one VM First published in Citrix Hypervisor 8.1.GPUGroup.Record.enabledVGPUTypes
vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.PGPU.Record.enabledVGPUTypes
List of VGPU types which have been enabled for this PGPU First published in XenServer 6.2 SP1 Tech-Preview.PGPU.Record.supportedVGPUMaxCapacities
A map relating each VGPU type supported on this GPU to the maximum number of VGPUs of that type which can run simultaneously on this GPU First published in XenServer 6.2 SP1.GPUGroup.Record.supportedVGPUTypes
vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.PGPU.Record.supportedVGPUTypes
List of VGPU types supported by the underlying hardware First published in XenServer 6.2 SP1 Tech-Preview.Methods in com.xensource.xenapi that return VGPUTypeModifier and TypeMethodDescriptionstatic VGPUType
VGPUType.getByUuid
(Connection c, String uuid) Get a reference to the VGPU_type instance with the specified UUID.VGPU.getType
(Connection c) Get the type field of the given VGPU.static VGPUType
Types.toVGPUType
(Task task, Connection connection) static VGPUType
Types.toVGPUType
(Object object) Methods in com.xensource.xenapi that return types with arguments of type VGPUTypeModifier and TypeMethodDescriptionVGPUType.getAll
(Connection c) Return a list of all the VGPU_types known to the system.static Map<VGPUType,
VGPUType.Record> VGPUType.getAllRecords
(Connection c) Return a map of VGPU_type references to VGPU_type records for all VGPU_types known to the system.VGPUType.getCompatibleTypesInVm
(Connection c) Get the compatible_types_in_vm field of the given VGPU_type.GPUGroup.getEnabledVGPUTypes
(Connection c) Get the enabled_VGPU_types field of the given GPU_group.PGPU.getEnabledVGPUTypes
(Connection c) Get the enabled_VGPU_types field of the given PGPU.Get the supported_VGPU_max_capacities field of the given PGPU.GPUGroup.getSupportedVGPUTypes
(Connection c) Get the supported_VGPU_types field of the given GPU_group.PGPU.getSupportedVGPUTypes
(Connection c) Get the supported_VGPU_types field of the given PGPU.Types.toMapOfVGPUTypeLong
(Object object) static Map<VGPUType,
VGPUType.Record> Types.toMapOfVGPUTypeVGPUTypeRecord
(Object object) Types.toSetOfVGPUType
(Object object) Methods in com.xensource.xenapi with parameters of type VGPUTypeModifier and TypeMethodDescriptionvoid
PGPU.addEnabledVGPUTypes
(Connection c, VGPUType value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.PGPU.addEnabledVGPUTypesAsync
(Connection c, VGPUType value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.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, VGPUType type) Minimum allowed role: pool-operator First published in XenServer 6.0.GPUGroup.getRemainingCapacity
(Connection c, VGPUType vgpuType) Minimum allowed role: read-only First published in XenServer 6.2 SP1 Tech-Preview.PGPU.getRemainingCapacity
(Connection c, VGPUType vgpuType) Minimum allowed role: read-only First published in XenServer 6.2 SP1 Tech-Preview.GPUGroup.getRemainingCapacityAsync
(Connection c, VGPUType vgpuType) Minimum allowed role: read-only First published in XenServer 6.2 SP1 Tech-Preview.PGPU.getRemainingCapacityAsync
(Connection c, VGPUType vgpuType) Minimum allowed role: read-only First published in XenServer 6.2 SP1 Tech-Preview.void
PGPU.removeEnabledVGPUTypes
(Connection c, VGPUType value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.PGPU.removeEnabledVGPUTypesAsync
(Connection c, VGPUType value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.Method parameters in com.xensource.xenapi with type arguments of type VGPUTypeModifier and TypeMethodDescriptionvoid
PGPU.setEnabledVGPUTypes
(Connection c, Set<VGPUType> value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.PGPU.setEnabledVGPUTypesAsync
(Connection c, Set<VGPUType> value) Minimum allowed role: pool-operator First published in XenServer 6.2 SP1 Tech-Preview.