GoogleApi.DataMigration.V1.Model.SqlServerToPostgresConfig (google_api_data_migration v0.22.0)

View Source

Configuration for heterogeneous SQL Server to Cloud SQL for PostgreSQL migrations.

Attributes

  • postgresDestinationConfig (type: GoogleApi.DataMigration.V1.Model.PostgresDestinationConfig.t, default: nil) - Optional. Configuration for Postgres destination.
  • sqlserverSourceConfig (type: GoogleApi.DataMigration.V1.Model.SqlServerSourceConfig.t, default: nil) - Optional. Configuration for SQL Server source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.SqlServerToPostgresConfig{
  postgresDestinationConfig:
    GoogleApi.DataMigration.V1.Model.PostgresDestinationConfig.t() | nil,
  sqlserverSourceConfig:
    GoogleApi.DataMigration.V1.Model.SqlServerSourceConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.