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 = 3Determines that both IPv4 and IPv6 addresses are resolved.
IPv6 = 2Determines that only IPv6 addresses are resolved.
NotSet = 1The setting is not configured.
Unknown = 0The setting is unknown.