GoldenGateSettings

class oci.database_migration.models.GoldenGateSettings(**kwargs)

Bases: object

Optional settings for Oracle GoldenGate processes

Methods

__init__(**kwargs) Initializes a new GoldenGateSettings object with values from keyword arguments.

Attributes

acceptable_lag Gets the acceptable_lag of this GoldenGateSettings.
extract Gets the extract of this GoldenGateSettings.
replicat Gets the replicat of this GoldenGateSettings.
__init__(**kwargs)

Initializes a new GoldenGateSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
acceptable_lag

Gets the acceptable_lag of this GoldenGateSettings. ODMS will monitor GoldenGate end-to-end latency until the lag time is lower than the specified value in seconds.

Returns:The acceptable_lag of this GoldenGateSettings.
Return type:int
extract

Gets the extract of this GoldenGateSettings.

Returns:The extract of this GoldenGateSettings.
Return type:oci.database_migration.models.Extract
replicat

Gets the replicat of this GoldenGateSettings.

Returns:The replicat of this GoldenGateSettings.
Return type:oci.database_migration.models.Replicat