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 = 1
Full access is permitted.
NoAccess = 3
No access is permitted (drop client packet).
Restricted = 2
Restricted access is permitted.
Unknown = 0
The action is unknown.