GoogleApi.Datastream.V1.Model.SourceConfig (google_api_datastream v0.10.0)
View SourceThe configuration of the stream source.
Attributes
-
mongodbSourceConfig
(type:GoogleApi.Datastream.V1.Model.MongodbSourceConfig.t
, default:nil
) - MongoDB data source configuration. -
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. -
salesforceSourceConfig
(type:GoogleApi.Datastream.V1.Model.SalesforceSourceConfig.t
, default:nil
) - Salesforce data source configuration. -
sourceConnectionProfile
(type:String.t
, default:nil
) - Required. Source connection profile resource. 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{ mongodbSourceConfig: GoogleApi.Datastream.V1.Model.MongodbSourceConfig.t() | nil, mysqlSourceConfig: GoogleApi.Datastream.V1.Model.MysqlSourceConfig.t() | nil, oracleSourceConfig: GoogleApi.Datastream.V1.Model.OracleSourceConfig.t() | nil, postgresqlSourceConfig: GoogleApi.Datastream.V1.Model.PostgresqlSourceConfig.t() | nil, salesforceSourceConfig: GoogleApi.Datastream.V1.Model.SalesforceSourceConfig.t() | nil, sourceConnectionProfile: String.t() | nil, sqlServerSourceConfig: GoogleApi.Datastream.V1.Model.SqlServerSourceConfig.t() | nil }