Enum MicrosoftNlbClusterPortRuleAffinity
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the affinity mode assigned to a Microsoft network load balancing cluster port rule. This setting only applies when the filtering mode is set to "MultipleHost".
public enum MicrosoftNlbClusterPortRuleAffinity
Fields
Network = 4
The affinity mode is "Network".
None = 2
The affinity mode is "None".
NotApplicable = 1
The affinity mode is not applicable for the current filtering mode.
Single = 3
The affinity mode is "Single".
Unknown = 0
The affinity mode is unknown.