Class OracleToPostgresConfig
Configuration for heterogeneous Oracle to Cloud SQL for PostgreSQL and Oracle to AlloyDB for PostgreSQL migrations.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class OracleToPostgresConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OracleSourceConfig
Optional. Configuration for Oracle source.
Declaration
[JsonProperty("oracleSourceConfig")]
public virtual OracleSourceConfig OracleSourceConfig { get; set; }
Property Value
Type | Description |
---|---|
OracleSourceConfig |
PostgresDestinationConfig
Optional. Configuration for Postgres destination.
Declaration
[JsonProperty("postgresDestinationConfig")]
public virtual PostgresDestinationConfig PostgresDestinationConfig { get; set; }
Property Value
Type | Description |
---|---|
PostgresDestinationConfig |