Show / Hide Table of Contents

Class RealmSpecificEndpointTemplateUtils

Utility class to process Realm Specific Endpoint Templates.

Inheritance
object
RealmSpecificEndpointTemplateUtils
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Utils
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class RealmSpecificEndpointTemplateUtils

Fields

logger

Declaration
protected static Logger logger
Field Value
Type Description
Logger

Methods

GetRealmSpecificEndpointTemplate(bool, string, Service)

Declaration
public static string GetRealmSpecificEndpointTemplate(bool IsRealmSpecificEndpointTemplateEnabled, string regionId, Service service)
Parameters
Type Name Description
bool IsRealmSpecificEndpointTemplateEnabled
string regionId
Service service
Returns
Type Description
string

IsRealmSpecificEndpointTemplateEnabledByDefault()

Declaration
public static bool IsRealmSpecificEndpointTemplateEnabledByDefault()
Returns
Type Description
bool
In this article
Back to top