Table of Contents

Enum MicrosoftFailoverClusterNetworkRole

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

Represents the role of a Microsoft failover cluster network.

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

Fields

Client = 3

The network role is client only.

Cluster = 2

The network role is cluster only.

ClusterAndClient = 4

The network role is cluster and client.

None = 1

The network role is none.

Unknown = 0

The network role is unknown.