OracleConnectionProfileResponse

data class OracleConnectionProfileResponse(val databaseService: String, val forwardSshConnectivity: ForwardSshTunnelConnectivityResponse, val host: String, val password: String, val passwordSet: Boolean, val port: Int, val privateConnectivity: PrivateConnectivityResponse, val staticServiceIpConnectivity: StaticServiceIpConnectivityResponse, val username: String)

Specifies connection parameters required specifically for Oracle databases.

Constructors

Link copied to clipboard
fun OracleConnectionProfileResponse(databaseService: String, forwardSshConnectivity: ForwardSshTunnelConnectivityResponse, host: String, password: String, passwordSet: Boolean, port: Int, privateConnectivity: PrivateConnectivityResponse, staticServiceIpConnectivity: StaticServiceIpConnectivityResponse, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database service for the Oracle connection.

Link copied to clipboard
Link copied to clipboard

The IP or hostname of the source Oracle database.

Link copied to clipboard

Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.

Link copied to clipboard

Indicates whether a new password is included in the request.

Link copied to clipboard
val port: Int

The network port of the source Oracle database.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.