Table of Contents

Enum MicrosoftFailoverClusterNetworkInterfaceState

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the state of a Microsoft failover cluster network interface at the time of the scan.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterNetworkInterfaceState

Fields

Failed = 2

The network interface state is failed.

Unavailable = 1

The network interface state is unavailable.

Unknown = 0

The network interface state is unknown.

Unreachable = 3

The network interface state is unreachable.

Up = 4

The network interface state is up.