Class NetworkResolution
Specifies the network resolution strategy to use for alternative network; used in some container environments where there maybe internal and external addresses for connecting.
Inherited Members
Namespace: Couchbase
Assembly: Couchbase.NetClient.dll
Syntax
public static class NetworkResolution
Fields
| Edit this page View SourceAuto
Alternative addresses will be used if available. The default.
Declaration
public const string Auto = "auto"
Field Value
Type | Description |
---|---|
string |
Default
Do not use alternative addresses. Uses the internal addresses.
Declaration
public const string Default = "default"
Field Value
Type | Description |
---|---|
string |
External
Use alternative addresses.
Declaration
public const string External = "external"
Field Value
Type | Description |
---|---|
string |