UpdateOracleGgsDeploymentDetails

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

Bases: object

Optional settings for Oracle GoldenGate processes

Methods

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

Attributes

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

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

Gets the extract of this UpdateOracleGgsDeploymentDetails.

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

Gets the replicat of this UpdateOracleGgsDeploymentDetails.

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