Show / Hide Table of Contents

Class DeveloperToolConfiguration

The Developer Tool configuration in use.

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

Properties

DeveloperToolConfigurationProvider

Declaration
public static string DeveloperToolConfigurationProvider { get; set; }
Property Value
Type Description
string

DeveloperToolConfigurationRegions

Declaration
public static List<RegionSchema> DeveloperToolConfigurationRegions { get; set; }
Property Value
Type Description
List<RegionSchema>

OciEnabledServiceSet

Declaration
public static HashSet<string> OciEnabledServiceSet { get; set; }
Property Value
Type Description
HashSet<string>

Methods

DoesDeveloperToolConfigurationFileExist()

Declaration
public static bool DoesDeveloperToolConfigurationFileExist()
Returns
Type Description
bool

IsOCIAllowOnlyDeveloperToolConfigurationRegionsEnabled()

Declaration
public static bool IsOCIAllowOnlyDeveloperToolConfigurationRegionsEnabled()
Returns
Type Description
bool

IsServiceEnabled(string)

Declaration
public static bool IsServiceEnabled(string service)
Parameters
Type Name Description
string service
Returns
Type Description
bool

ReInitialize()

Declaration
public static void ReInitialize()

UseOnlyDeveloperToolConfigurationRegions()

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