ConnectionProfileOracle

data class ConnectionProfileOracle(val databaseService: String, val forwardSshConnectivity: ConnectionProfileOracleForwardSshConnectivity? = null, val host: String, val password: String, val passwordSet: Boolean? = null, val port: Int, val privateConnectivity: ConnectionProfileOraclePrivateConnectivity? = null, val ssl: ConnectionProfileOracleSsl? = null, val staticServiceIpConnectivity: ConnectionProfileOracleStaticServiceIpConnectivity? = null, val username: String)

Constructors

Link copied to clipboard
constructor(databaseService: String, forwardSshConnectivity: ConnectionProfileOracleForwardSshConnectivity? = null, host: String, password: String, passwordSet: Boolean? = null, port: Int, privateConnectivity: ConnectionProfileOraclePrivateConnectivity? = null, ssl: ConnectionProfileOracleSsl? = null, staticServiceIpConnectivity: ConnectionProfileOracleStaticServiceIpConnectivity? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Database service for the Oracle connection.

Link copied to clipboard

SSL configuration for the destination to connect to the source database. Structure is documented below.

Link copied to clipboard

Required. The IP or hostname of the source Oracle database.

Link copied to clipboard

Required. 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. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val passwordSet: Boolean? = null

(Output) Output only. Indicates If this connection profile password is stored.

Link copied to clipboard
val port: Int

Required. The network port of the source Oracle database.

Link copied to clipboard

Configuration for using a private network to communicate with the source database Structure is documented below.

Link copied to clipboard

SSL configuration for the destination to connect to the source database. Structure is documented below.

Link copied to clipboard

This object has no nested fields. Static IP address connectivity configured on service project.

Link copied to clipboard

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