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 = 3The cluster's operation mode is IGMP Multicast.
Multicast = 2The cluster's operation mode is multicast.
Unicast = 1The cluster's operation mode is unicast.
Unknown = 0The cluster's operation mode is unknown.