Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum NetricsConMgr.ProtocolChoice |
| C# |
|---|
| public enum NetricsConMgr.ProtocolChoice |
| C++ |
|---|
| public enum class NetricsConMgr.ProtocolChoice |
| J# |
|---|
| public enum NetricsConMgr.ProtocolChoice |
| JScript |
|---|
| public enum NetricsConMgr.ProtocolChoice |
Members
| Description | |
|---|---|
| DEFAULT | Use the default protocols. |
| IPV4_ONLY | Use only the IPv4 protocol. |
| IPV6_ONLY | Use only the IPv6 protocol. |
| MIXED | Defer choice between IPv4 and IPv6 to network configuration. |