View Source GoogleApi.DataMigration.V1.Model.OracleConnectionProfile (google_api_data_migration v0.15.0)

Specifies connection parameters required specifically for Oracle databases.

Attributes

  • databaseService (type: String.t, default: nil) - Required. Database service for the Oracle connection.
  • forwardSshConnectivity (type: GoogleApi.DataMigration.V1.Model.ForwardSshTunnelConnectivity.t, default: nil) - Forward SSH tunnel connectivity.
  • host (type: String.t, default: nil) - Required. The IP or hostname of the source Oracle database.
  • oracleAsmConfig (type: GoogleApi.DataMigration.V1.Model.OracleAsmConfig.t, default: nil) - Optional. Configuration for Oracle ASM connection.
  • password (type: String.t, default: nil) - 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.
  • passwordSet (type: boolean(), default: nil) - Output only. Indicates whether a new password is included in the request.
  • port (type: integer(), default: nil) - Required. The network port of the source Oracle database.
  • privateConnectivity (type: GoogleApi.DataMigration.V1.Model.PrivateConnectivity.t, default: nil) - Private connectivity.
  • ssl (type: GoogleApi.DataMigration.V1.Model.SslConfig.t, default: nil) - SSL configuration for the connection to the source Oracle database. Only SERVER_ONLY configuration is supported for Oracle SSL. SSL is supported for Oracle versions 12 and above.
  • staticServiceIpConnectivity (type: GoogleApi.DataMigration.V1.Model.StaticServiceIpConnectivity.t, default: nil) - Static Service IP connectivity.
  • username (type: String.t, default: nil) - Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.OracleConnectionProfile{
  databaseService: String.t() | nil,
  forwardSshConnectivity:
    GoogleApi.DataMigration.V1.Model.ForwardSshTunnelConnectivity.t() | nil,
  host: String.t() | nil,
  oracleAsmConfig: GoogleApi.DataMigration.V1.Model.OracleAsmConfig.t() | nil,
  password: String.t() | nil,
  passwordSet: boolean() | nil,
  port: integer() | nil,
  privateConnectivity:
    GoogleApi.DataMigration.V1.Model.PrivateConnectivity.t() | nil,
  ssl: GoogleApi.DataMigration.V1.Model.SslConfig.t() | nil,
  staticServiceIpConnectivity:
    GoogleApi.DataMigration.V1.Model.StaticServiceIpConnectivity.t() | nil,
  username: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.