Enum MicrosoftFailoverClusterNetworkState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a Microsoft failover cluster network at the time of the scan.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterNetworkState
Fields
Down = 1The network state is down.
Partitioned = 2The network state is partitioned.
The network state is unavailable.
Unknown = 0The network state is unknown.
Up = 4The network state is up.