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.TechnologyType
MysqlConnection.TechnologyType. create(String key)
MysqlConnection.TechnologyType
CreateMysqlConnectionDetails. getTechnologyType()
The MySQL technology type.MysqlConnection.TechnologyType
MysqlConnection. 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.Methods in com.oracle.bmc.goldengate.model with parameters of type MysqlConnection.TechnologyType Modifier and Type Method Description CreateMysqlConnectionDetails.Builder
CreateMysqlConnectionDetails.Builder. technologyType(MysqlConnection.TechnologyType technologyType)
The MySQL technology type.MysqlConnection.Builder
MysqlConnection.Builder. technologyType(MysqlConnection.TechnologyType technologyType)
The MySQL technology type.MysqlConnectionSummary.Builder
MysqlConnectionSummary.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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, 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.
-