public static enum MysqlConnection.TechnologyType extends Enum<MysqlConnection.TechnologyType> implements BmcEnum
The type of MySQL source or target connection. Example: OCI_MYSQL represents OCI MySQL HeatWave Database Service
Enum Constant and Description |
---|
AmazonAuroraMysql |
AmazonRdsMysql |
AzureMysql |
GoogleCloudSqlMysql |
MysqlServer |
OciMysql |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MysqlConnection.TechnologyType |
create(String key) |
String |
getValue() |
static MysqlConnection.TechnologyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MysqlConnection.TechnologyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlConnection.TechnologyType AmazonAuroraMysql
public static final MysqlConnection.TechnologyType AmazonRdsMysql
public static final MysqlConnection.TechnologyType AzureMysql
public static final MysqlConnection.TechnologyType GoogleCloudSqlMysql
public static final MysqlConnection.TechnologyType MysqlServer
public static final MysqlConnection.TechnologyType OciMysql
public static final MysqlConnection.TechnologyType UnknownEnumValue
public static MysqlConnection.TechnologyType[] values()
for (MysqlConnection.TechnologyType c : MysqlConnection.TechnologyType.values()) System.out.println(c);
public static MysqlConnection.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 MysqlConnection.TechnologyType create(String key)
Copyright © 2016–2025. All rights reserved.