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.allocationAlgorithmCurrent 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.AllocationAlgorithmTypes.toAllocationAlgorithm(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.AllocationAlgorithmReturns 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 TypeMethodDescriptionvoidGPUGroup.setAllocationAlgorithm(Connection c, Types.AllocationAlgorithm allocationAlgorithm) Set the allocation_algorithm field of the given GPU_group.