CreateGoldenGateSettings

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

Bases: object

Optional settings for GoldenGate Microservices processes

Methods

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

Attributes

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

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

Gets the extract of this CreateGoldenGateSettings.

Returns:The extract of this CreateGoldenGateSettings.
Return type:oci.database_migration.models.CreateExtract
replicat

Gets the replicat of this CreateGoldenGateSettings.

Returns:The replicat of this CreateGoldenGateSettings.
Return type:oci.database_migration.models.CreateReplicat