Uses of Class
com.oracle.bmc.goldengate.model.MysqlConnection.TechnologyType
-
Packages that use MysqlConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of MysqlConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return MysqlConnection.TechnologyType Modifier and Type Method Description static MysqlConnection.TechnologyTypeMysqlConnection.TechnologyType. create(String key)MysqlConnection.TechnologyTypeCreateMysqlConnectionDetails. getTechnologyType()The MySQL technology type.MysqlConnection.TechnologyTypeMysqlConnection. getTechnologyType()The MySQL technology type.MysqlConnection.TechnologyTypeMysqlConnectionSummary. getTechnologyType()The MySQL technology type.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.goldengate.model with parameters of type MysqlConnection.TechnologyType Modifier and Type Method Description CreateMysqlConnectionDetails.BuilderCreateMysqlConnectionDetails.Builder. technologyType(MysqlConnection.TechnologyType technologyType)The MySQL technology type.MysqlConnection.BuilderMysqlConnection.Builder. technologyType(MysqlConnection.TechnologyType technologyType)The MySQL technology type.MysqlConnectionSummary.BuilderMysqlConnectionSummary.Builder. technologyType(MysqlConnection.TechnologyType technologyType)The MySQL technology type.Constructors in com.oracle.bmc.goldengate.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, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, MysqlConnection.TechnologyType technologyType, String username, String password, String passwordSecretId, String host, Integer port, String databaseName, MysqlConnection.SecurityProtocol securityProtocol, MysqlConnection.SslMode sslMode, String sslCa, String sslCrl, String sslCert, String sslKey, String sslKeySecretId, 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, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, MysqlConnection.TechnologyType technologyType, String username, String host, Integer port, String databaseName, MysqlConnection.SecurityProtocol securityProtocol, MysqlConnection.SslMode sslMode, String sslCa, String sslCrl, String sslCert, String privateIp, List<NameValuePair> additionalAttributes, String dbSystemId, String passwordSecretId, String sslKeySecretId)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, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, MysqlConnection.TechnologyType technologyType, String username, String host, Integer port, String databaseName, MysqlConnection.SecurityProtocol securityProtocol, MysqlConnection.SslMode sslMode, String privateIp, List<NameValuePair> additionalAttributes, String dbSystemId, String passwordSecretId, String sslKeySecretId)Deprecated.
-