@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public enum TechnologyType extends Enum<TechnologyType> implements BmcEnum
The specific database technology for a type of database connection. Example: OCI_AUTONOMOUS_DATABASE for an ORACLE connection type.
Enum Constant and Description |
---|
AmazonAuroraMysql |
AmazonRdsMysql |
AmazonRdsOracle |
AzureMysql |
GoogleCloudSqlMysql |
MysqlServer |
OciAutonomousDatabase |
OciMysql |
OracleDatabase |
OracleExadata |
Modifier and Type | Method and Description |
---|---|
static TechnologyType |
create(String key) |
String |
getValue() |
static TechnologyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechnologyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechnologyType OciAutonomousDatabase
public static final TechnologyType OciMysql
public static final TechnologyType OracleDatabase
public static final TechnologyType OracleExadata
public static final TechnologyType AmazonRdsOracle
public static final TechnologyType AmazonAuroraMysql
public static final TechnologyType AmazonRdsMysql
public static final TechnologyType AzureMysql
public static final TechnologyType GoogleCloudSqlMysql
public static final TechnologyType MysqlServer
public static TechnologyType[] values()
for (TechnologyType c : TechnologyType.values()) System.out.println(c);
public static TechnologyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TechnologyType create(String key)
Copyright © 2016–2024. All rights reserved.