Uses of Enum Class
com.xensource.xenapi.Types.HostNumaAffinityPolicy
-
Uses of Types.HostNumaAffinityPolicy in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.HostNumaAffinityPolicyModifier and TypeFieldDescriptionHost.Record.numaAffinityPolicyNUMA-aware VM memory and vCPU placement policy Experimental.Methods in com.xensource.xenapi that return Types.HostNumaAffinityPolicyModifier and TypeMethodDescriptionHost.getNumaAffinityPolicy(Connection c) Get the numa_affinity_policy field of the given host.static Types.HostNumaAffinityPolicyTypes.toHostNumaAffinityPolicy(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.HostNumaAffinityPolicyReturns the enum constant of this class with the specified name.static Types.HostNumaAffinityPolicy[]Types.HostNumaAffinityPolicy.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.HostNumaAffinityPolicyModifier and TypeMethodDescriptionvoidHost.setNumaAffinityPolicy(Connection c, Types.HostNumaAffinityPolicy value) Set VM placement NUMA affinity policy Minimum allowed role: pool-admin Experimental.Host.setNumaAffinityPolicyAsync(Connection c, Types.HostNumaAffinityPolicy value) Set VM placement NUMA affinity policy Minimum allowed role: pool-admin Experimental.