Table of Contents

Enum MicrosoftDhcpServerv4FailoverRelationshipMode

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

Determines the IPv4 failover relationship mode.

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

Fields

HotStandby = 1

The mode is hot standby.

LoadBalance = 2

The mode is load balance.

Unknown = 0

The mode is unknown.