Enum MicrosoftDhcpServerv4FailoverRelationshipState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the IPv4 failover relationship state.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerv4FailoverRelationshipState
Fields
CommunicationInterrupted = 4
The state is communication interrupted.
ConflictDone = 9
The state is conflict done.
Init = 3
The state is init.
NoState = 1
The state is no state.
Normal = 2
The state is normal.
PartnerDown = 5
The state is partner down.
PotentialConflict = 6
The state is potential conflict.
Recover = 10
The state is recover.
RecoverDone = 12
The state is recover done.
RecoverWait = 11
The state is recover wait.
ResolutionInterrupted = 8
The state is resolution interrupted.
Startup = 7
The state is startup.
StateSwitchInterval = 13
The state is state switch interval.
Unknown = 0
The state is unknown.