View Source GoogleApi.Datastream.V1.Model.OracleProfile (google_api_datastream v0.4.0)

Oracle database profile.

Attributes

  • connectionAttributes (type: map(), default: nil) - Connection string attributes
  • databaseService (type: String.t, default: nil) - Required. Database for the Oracle connection.
  • hostname (type: String.t, default: nil) - Required. Hostname for the Oracle connection.
  • oracleSslConfig (type: GoogleApi.Datastream.V1.Model.OracleSslConfig.t, default: nil) - Optional. SSL configuration for the Oracle connection.
  • password (type: String.t, default: nil) - Required. Password for the Oracle connection.
  • port (type: integer(), default: nil) - Port for the Oracle connection, default value is 1521.
  • username (type: String.t, default: nil) - Required. Username for the Oracle connection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.OracleProfile{
  connectionAttributes: map() | nil,
  databaseService: String.t() | nil,
  hostname: String.t() | nil,
  oracleSslConfig: GoogleApi.Datastream.V1.Model.OracleSslConfig.t() | nil,
  password: String.t() | nil,
  port: integer() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.