Uses of Class
com.oracle.bmc.databasemanagement.model.MySqlConnectorType
-
Packages that use MySqlConnectorType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of MySqlConnectorType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return MySqlConnectorType Modifier and Type Method Description static MySqlConnectorTypeMySqlConnectorType. create(String key)MySqlConnectorTypeExternalMySqlDatabaseConnector. getConnectorType()Connector Type.MySqlConnectorTypeMySqlDatabaseConnectorSummary. getConnectorType()Connector Type.static MySqlConnectorTypeMySqlConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static MySqlConnectorType[]MySqlConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type MySqlConnectorType Modifier and Type Method Description ExternalMySqlDatabaseConnector.BuilderExternalMySqlDatabaseConnector.Builder. connectorType(MySqlConnectorType connectorType)Connector Type.MySqlDatabaseConnectorSummary.BuilderMySqlDatabaseConnectorSummary.Builder. connectorType(MySqlConnectorType connectorType)Connector Type.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type MySqlConnectorType Constructor Description ExternalMySqlDatabaseConnector(String name, String compartmentId, String associatedServices, String externalDatabaseId, String id, Date timeUpdated, Date timeCreated, LifecycleStates lifecycleState, String sourceDatabase, MySqlType sourceDatabaseType, String macsAgentId, String connectionStatus, Date timeConnectionStatusUpdated, String hostName, Integer port, MySqlConnectorType connectorType, MySqlNetworkProtocolType networkProtocol, MySqlCredType credentialType, String sslSecretId, String sslSecretName)Deprecated.MySqlDatabaseConnectorSummary(String name, String compartmentId, String associatedServices, String id, Date timeCreated, Date timeUpdated, String sourceDatabase, MySqlType sourceDatabaseType, String connectionStatus, Date timeConnectionStatusUpdated, String hostName, String macsAgentId, Integer port, MySqlConnectorType connectorType, MySqlNetworkProtocolType networkProtocol, MySqlCredType credentialType, Map<String,Map<String,Object>> systemTags, LifecycleStates lifecycleState)Deprecated.
-