UpdateGoldenGateSettings

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

Bases: object

Optional settings for Oracle GoldenGate processes If an empty object is specified, the stored GoldenGate Settings details will be removed.

Methods

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

Attributes

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

Initializes a new UpdateGoldenGateSettings 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 UpdateGoldenGateSettings. 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 UpdateGoldenGateSettings.
Return type:int
extract

Gets the extract of this UpdateGoldenGateSettings.

Returns:The extract of this UpdateGoldenGateSettings.
Return type:oci.database_migration.models.UpdateExtract
replicat

Gets the replicat of this UpdateGoldenGateSettings.

Returns:The replicat of this UpdateGoldenGateSettings.
Return type:oci.database_migration.models.UpdateReplicat