Enum MicrosoftNlbClusterOperationMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the operational mode of a cluster.
public enum MicrosoftNlbClusterOperationMode
Fields
IgmpMulticast = 3
The cluster's operation mode is IGMP Multicast.
Multicast = 2
The cluster's operation mode is multicast.
Unicast = 1
The cluster's operation mode is unicast.
Unknown = 0
The cluster's operation mode is unknown.