Table of Contents

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 = 1

The network state is down.

Partitioned = 2

The network state is partitioned.

Unavailable = 3

The network state is unavailable.

Unknown = 0

The network state is unknown.

Up = 4

The network state is up.