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 MySqlCredType
MySqlCredType. create(String key)
MySqlCredType
CreateMySqlDatabaseConnectorDetails. getCredentialType()
Type of the credential.MySqlCredType
ExternalMySqlDatabaseConnector. getCredentialType()
Credential type used to connect to database.MySqlCredType
MySqlDatabaseConnectorSummary. getCredentialType()
Credential type used to connect to database.MySqlCredType
UpdateMySqlDatabaseConnectorDetails. getCredentialType()
Type of the credential.static MySqlCredType
MySqlCredType. 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.Builder
CreateMySqlDatabaseConnectorDetails.Builder. credentialType(MySqlCredType credentialType)
Type of the credential.ExternalMySqlDatabaseConnector.Builder
ExternalMySqlDatabaseConnector.Builder. credentialType(MySqlCredType credentialType)
Credential type used to connect to database.MySqlDatabaseConnectorSummary.Builder
MySqlDatabaseConnectorSummary.Builder. credentialType(MySqlCredType credentialType)
Credential type used to connect to database.UpdateMySqlDatabaseConnectorDetails.Builder
UpdateMySqlDatabaseConnectorDetails.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.
-