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.typePreset 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.compatibleTypesInVmList of VGPU types which are compatible in one VM First published in Citrix Hypervisor 8.1.GPUGroup.Record.enabledVGPUTypesvGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.PGPU.Record.enabledVGPUTypesList of VGPU types which have been enabled for this PGPU First published in XenServer 6.2 SP1 Tech-Preview.PGPU.Record.supportedVGPUMaxCapacitiesA 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.supportedVGPUTypesvGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.PGPU.Record.supportedVGPUTypesList 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 VGPUTypeVGPUType.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 VGPUTypeTypes.toVGPUType(Task task, Connection connection) static VGPUTypeTypes.toVGPUType(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.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) Deprecated.this method will not be publicly exposed in future releases of this package.static Map<VGPUType,VGPUType.Record> Types.toMapOfVGPUTypeVGPUTypeRecord(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfVGPUType(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type VGPUTypeModifier and TypeMethodDescriptionvoidPGPU.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 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 TaskVGPU.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.voidPGPU.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 TypeMethodDescriptionvoidPGPU.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.