Enum MicrosoftDhcpServerNapUnreachableAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the action to take when the network access protection (NAP) server is unavailable. This only applies to Windows Server 2012 and Windows Server 2012 R2.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftDhcpServerNapUnreachableAction
Fields
Full = 1Full access is permitted.
NoAccess = 3No access is permitted (drop client packet).
Restricted = 2Restricted access is permitted.
Unknown = 0The action is unknown.