Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static MysqlConnection.TechnologyType |
MysqlConnection.TechnologyType.create(String key) |
MysqlConnection.TechnologyType |
MysqlConnection.getTechnologyType()
The MySQL technology type.
|
MysqlConnection.TechnologyType |
CreateMysqlConnectionDetails.getTechnologyType()
The MySQL technology type.
|
MysqlConnection.TechnologyType |
MysqlConnectionSummary.getTechnologyType()
The MySQL technology type.
|
static MysqlConnection.TechnologyType |
MysqlConnection.TechnologyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MysqlConnection.TechnologyType[] |
MysqlConnection.TechnologyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MysqlConnection.Builder |
MysqlConnection.Builder.technologyType(MysqlConnection.TechnologyType technologyType)
The MySQL technology type.
|
CreateMysqlConnectionDetails.Builder |
CreateMysqlConnectionDetails.Builder.technologyType(MysqlConnection.TechnologyType technologyType)
The MySQL technology type.
|
MysqlConnectionSummary.Builder |
MysqlConnectionSummary.Builder.technologyType(MysqlConnection.TechnologyType technologyType)
The MySQL technology type.
|
Constructor and Description |
---|
CreateMysqlConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String vaultId,
String keyId,
String subnetId,
List<String> nsgIds,
MysqlConnection.TechnologyType technologyType,
String username,
String password,
String host,
Integer port,
String databaseName,
MysqlConnection.SecurityProtocol securityProtocol,
MysqlConnection.SslMode sslMode,
String sslCa,
String sslCrl,
String sslCert,
String sslKey,
String privateIp,
List<NameValuePair> additionalAttributes,
String dbSystemId)
Deprecated.
|
MysqlConnection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
MysqlConnection.TechnologyType technologyType,
String username,
String host,
Integer port,
String databaseName,
MysqlConnection.SecurityProtocol securityProtocol,
MysqlConnection.SslMode sslMode,
String privateIp,
List<NameValuePair> additionalAttributes,
String dbSystemId)
Deprecated.
|
MysqlConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
String subnetId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
MysqlConnection.TechnologyType technologyType,
String username,
String host,
Integer port,
String databaseName,
MysqlConnection.SecurityProtocol securityProtocol,
MysqlConnection.SslMode sslMode,
String privateIp,
List<NameValuePair> additionalAttributes,
String dbSystemId)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.