Uses of Enum Class
com.xensource.xenapi.Types.AllocationAlgorithm
-
Uses of Types.AllocationAlgorithm in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.AllocationAlgorithmModifier and TypeFieldDescriptionGPUGroup.Record.allocationAlgorithm
Current allocation of vGPUs to pGPUs for this group First published in XenServer 6.2 SP1 Tech-Preview.Methods in com.xensource.xenapi that return Types.AllocationAlgorithmModifier and TypeMethodDescriptionGPUGroup.getAllocationAlgorithm
(Connection c) Get the allocation_algorithm field of the given GPU_group.static Types.AllocationAlgorithm
Types.toAllocationAlgorithm
(Object object) static Types.AllocationAlgorithm
Returns the enum constant of this class with the specified name.static Types.AllocationAlgorithm[]
Types.AllocationAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xensource.xenapi with parameters of type Types.AllocationAlgorithmModifier and TypeMethodDescriptionvoid
GPUGroup.setAllocationAlgorithm
(Connection c, Types.AllocationAlgorithm allocationAlgorithm) Set the allocation_algorithm field of the given GPU_group.