Enum GroupPolicyNameResolutionQueryFailureFallbackSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the query failure fallback setting for the name resolution policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNameResolutionQueryFailureFallbackSetting
Fields
NotSet = 1
The setting is not configured.
Unknown = 0
The setting is unknown.
UseLlmnr = 3
Determines that link-local multicast name resolution is used a fall back on any network.
UseLlmnrNameDoesNotExist = 2
Determines that link-local multicast name resolution is only used if the name does not exist in DNS.
UseLlmnrPrivateNetwork = 4
Determines that link-local multicast name resolution is only used a fall back on private networks.