Uses of Class
com.oracle.bmc.databasemanagement.model.MySqlCredType
-
Packages that use MySqlCredType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of MySqlCredType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return MySqlCredType Modifier and Type Method Description static MySqlCredTypeMySqlCredType. create(String key)MySqlCredTypeCreateMySqlDatabaseConnectorDetails. getCredentialType()Type of the credential.MySqlCredTypeExternalMySqlDatabaseConnector. getCredentialType()Credential type used to connect to database.MySqlCredTypeMySqlDatabaseConnectorSummary. getCredentialType()Credential type used to connect to database.MySqlCredTypeUpdateMySqlDatabaseConnectorDetails. getCredentialType()Type of the credential.static MySqlCredTypeMySqlCredType. valueOf(String name)Returns the enum constant of this type with the specified name.static MySqlCredType[]MySqlCredType. 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 MySqlCredType Modifier and Type Method Description CreateMySqlDatabaseConnectorDetails.BuilderCreateMySqlDatabaseConnectorDetails.Builder. credentialType(MySqlCredType credentialType)Type of the credential.ExternalMySqlDatabaseConnector.BuilderExternalMySqlDatabaseConnector.Builder. credentialType(MySqlCredType credentialType)Credential type used to connect to database.MySqlDatabaseConnectorSummary.BuilderMySqlDatabaseConnectorSummary.Builder. credentialType(MySqlCredType credentialType)Credential type used to connect to database.UpdateMySqlDatabaseConnectorDetails.BuilderUpdateMySqlDatabaseConnectorDetails.Builder. credentialType(MySqlCredType credentialType)Type of the credential.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type MySqlCredType Constructor Description CreateMySqlDatabaseConnectorDetails(String displayName, String macsAgentId, String hostName, Integer port, MySqlNetworkProtocolType networkProtocol, String externalDatabaseId, MySqlCredType credentialType, String sslSecretId)Deprecated.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.UpdateMySqlDatabaseConnectorDetails(String displayName, String macsAgentId, String hostName, Integer port, MySqlCredType credentialType, String sslSecretId, MySqlNetworkProtocolType networkProtocol, String externalDatabaseId)Deprecated.
-