Enum GroupPolicyNameResolutionQueryResolutionSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the query resolution setting for the name resolution policy.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNameResolutionQueryResolutionSetting
Fields
Both = 3
Determines that both IPv4 and IPv6 addresses are resolved.
IPv6 = 2
Determines that only IPv6 addresses are resolved.
NotSet = 1
The setting is not configured.
Unknown = 0
The setting is unknown.