View Source GoogleApi.DataMigration.V1.Model.OracleToPostgresConfig (google_api_data_migration v0.21.0)
Configuration for heterogeneous Oracle to Cloud SQL for PostgreSQL and Oracle to AlloyDB for PostgreSQL migrations.
Attributes
-
oracleSourceConfig
(type:GoogleApi.DataMigration.V1.Model.OracleSourceConfig.t
, default:nil
) - Optional. Configuration for Oracle source. -
postgresDestinationConfig
(type:GoogleApi.DataMigration.V1.Model.PostgresDestinationConfig.t
, default:nil
) - Optional. Configuration for Postgres destination.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.OracleToPostgresConfig{ oracleSourceConfig: GoogleApi.DataMigration.V1.Model.OracleSourceConfig.t() | nil, postgresDestinationConfig: GoogleApi.DataMigration.V1.Model.PostgresDestinationConfig.t() | nil }