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 = 4The state is communication interrupted.
ConflictDone = 9The state is conflict done.
Init = 3The state is init.
NoState = 1The state is no state.
Normal = 2The state is normal.
PartnerDown = 5The state is partner down.
PotentialConflict = 6The state is potential conflict.
Recover = 10The state is recover.
RecoverDone = 12The state is recover done.
RecoverWait = 11The state is recover wait.
ResolutionInterrupted = 8The state is resolution interrupted.
Startup = 7The state is startup.
StateSwitchInterval = 13The state is state switch interval.
Unknown = 0The state is unknown.