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