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.TechnologyTypeMysqlConnection.TechnologyType. create(String key)MysqlConnection.TechnologyTypeCreateMysqlConnectionDetails. getTechnologyType()The type of MySQL source or target connection.MysqlConnection.TechnologyTypeMysqlConnection. getTechnologyType()The type of MySQL source or target connection.MysqlConnection.TechnologyTypeMysqlConnectionSummary. getTechnologyType()The type of MySQL source or target connection.static MysqlConnection.TechnologyTypeMysqlConnection.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.BuilderCreateMysqlConnectionDetails.Builder. technologyType(MysqlConnection.TechnologyType technologyType)The type of MySQL source or target connection.MysqlConnection.BuilderMysqlConnection.Builder. technologyType(MysqlConnection.TechnologyType technologyType)The type of MySQL source or target connection.MysqlConnectionSummary.BuilderMysqlConnectionSummary.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.
-