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

The configuration of the stream source.

Attributes

  • mysqlSourceConfig (type: GoogleApi.Datastream.V1.Model.MysqlSourceConfig.t, default: nil) - MySQL data source configuration.
  • oracleSourceConfig (type: GoogleApi.Datastream.V1.Model.OracleSourceConfig.t, default: nil) - Oracle data source configuration.
  • postgresqlSourceConfig (type: GoogleApi.Datastream.V1.Model.PostgresqlSourceConfig.t, default: nil) - PostgreSQL data source configuration.
  • sourceConnectionProfile (type: String.t, default: nil) - Required. Source connection profile resoource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
  • sqlServerSourceConfig (type: GoogleApi.Datastream.V1.Model.SqlServerSourceConfig.t, default: nil) - SQLServer data source configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.SourceConfig{
  mysqlSourceConfig: GoogleApi.Datastream.V1.Model.MysqlSourceConfig.t() | nil,
  oracleSourceConfig:
    GoogleApi.Datastream.V1.Model.OracleSourceConfig.t() | nil,
  postgresqlSourceConfig:
    GoogleApi.Datastream.V1.Model.PostgresqlSourceConfig.t() | nil,
  sourceConnectionProfile: String.t() | nil,
  sqlServerSourceConfig:
    GoogleApi.Datastream.V1.Model.SqlServerSourceConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.