Uses of Class
com.oracle.bmc.databasemigration.model.MysqlConnection.TechnologyType
-
Packages that use MysqlConnection.TechnologyType Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MysqlConnection.TechnologyType in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MysqlConnection.TechnologyType Modifier and Type Method Description static MysqlConnection.TechnologyType
MysqlConnection.TechnologyType. create(String key)
MysqlConnection.TechnologyType
CreateMysqlConnectionDetails. getTechnologyType()
The type of MySQL source or target connection.MysqlConnection.TechnologyType
MysqlConnection. getTechnologyType()
The type of MySQL source or target connection.MysqlConnection.TechnologyType
MysqlConnectionSummary. getTechnologyType()
The type of MySQL source or target connection.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.Methods in com.oracle.bmc.databasemigration.model with parameters of type MysqlConnection.TechnologyType Modifier and Type Method Description CreateMysqlConnectionDetails.Builder
CreateMysqlConnectionDetails.Builder. technologyType(MysqlConnection.TechnologyType technologyType)
The type of MySQL source or target connection.MysqlConnection.Builder
MysqlConnection.Builder. technologyType(MysqlConnection.TechnologyType technologyType)
The type of MySQL source or target connection.MysqlConnectionSummary.Builder
MysqlConnectionSummary.Builder. technologyType(MysqlConnection.TechnologyType technologyType)
The type of MySQL source or target connection.Constructors in com.oracle.bmc.databasemigration.model with parameters of type MysqlConnection.TechnologyType Constructor 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, String username, String password, String replicationUsername, String replicationPassword, MysqlConnection.TechnologyType technologyType, String host, Integer port, String databaseName, MysqlConnection.SecurityProtocol securityProtocol, MysqlConnection.SslMode sslMode, String sslCa, String sslCrl, String sslCert, String sslKey, 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, String username, String password, String replicationUsername, String replicationPassword, String secretId, String privateEndpointId, MysqlConnection.TechnologyType technologyType, String host, Integer port, String databaseName, MysqlConnection.SecurityProtocol securityProtocol, MysqlConnection.SslMode sslMode, 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 host, Integer port, String databaseName, MysqlConnection.SecurityProtocol securityProtocol, MysqlConnection.SslMode sslMode, List<NameValuePair> additionalAttributes, String dbSystemId)
Deprecated.
-