Class EndpointTemplateForOptionsUtils
Utilities for endpoint template options handling, especially for dualStack.
Mirrors EndpointTemplateForOptionsUtils from Java SDK.
Inheritance
EndpointTemplateForOptionsUtils
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public static class EndpointTemplateForOptionsUtils
Fields
DUAL_STACK_OPTION
Declaration
public const string DUAL_STACK_OPTION = "dualStack"
Field Value
Methods
IsDualStackEnabledForClientDefault(Service)
Determines if dualStack is enabled by default for the client/service.
Checks the OCI_DUAL_STACK_ENDPOINT_ENABLED environment variable first, then service default.
Declaration
public static bool IsDualStackEnabledForClientDefault(Service service)
Parameters
| Type |
Name |
Description |
| Service |
service |
|
Returns