Enum HyperVServerVirtualSwitchLoadBalancingAlgorithm
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The load balancing algorithm of Hyper-V server virtual switch with embedded teaming enabled. This only applies to Windows Server 2016 and above.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualSwitchLoadBalancingAlgorithm
Fields
Dynamic = 2
The load balancing algorithm is dynamic.
HyperVPort = 3
The load balancing algorithm is Hyper-V Port.
NotApplicable = 1
The load balancing algorithm is not applicable.
Unknown = 0
The load balancing algorithm is unknown.