CreateOracleGgsDeploymentDetails¶
-
class
oci.database_migration.models.
CreateOracleGgsDeploymentDetails
(**kwargs)¶ Bases:
object
Optional settings for Oracle GoldenGate processes
Methods
__init__
(**kwargs)Initializes a new CreateOracleGgsDeploymentDetails object with values from keyword arguments. Attributes
acceptable_lag
Gets the acceptable_lag of this CreateOracleGgsDeploymentDetails. extract
Gets the extract of this CreateOracleGgsDeploymentDetails. replicat
Gets the replicat of this CreateOracleGgsDeploymentDetails. -
__init__
(**kwargs)¶ Initializes a new CreateOracleGgsDeploymentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - extract (oci.database_migration.models.CreateExtract) – The value to assign to the extract property of this CreateOracleGgsDeploymentDetails.
- replicat (oci.database_migration.models.CreateReplicat) – The value to assign to the replicat property of this CreateOracleGgsDeploymentDetails.
- acceptable_lag (int) – The value to assign to the acceptable_lag property of this CreateOracleGgsDeploymentDetails.
-
acceptable_lag
¶ Gets the acceptable_lag of this CreateOracleGgsDeploymentDetails. 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 CreateOracleGgsDeploymentDetails. Return type: int
-
extract
¶ Gets the extract of this CreateOracleGgsDeploymentDetails.
Returns: The extract of this CreateOracleGgsDeploymentDetails. Return type: oci.database_migration.models.CreateExtract
-
replicat
¶ Gets the replicat of this CreateOracleGgsDeploymentDetails.
Returns: The replicat of this CreateOracleGgsDeploymentDetails. Return type: oci.database_migration.models.CreateReplicat
-