CreateGoldenGateHubDetails¶
-
class
oci.database_migration.models.
CreateGoldenGateHubDetails
(**kwargs)¶ Bases:
object
Details about Oracle GoldenGate Microservices.
Methods
__init__
(**kwargs)Initializes a new CreateGoldenGateHubDetails object with values from keyword arguments. Attributes
acceptable_lag
Gets the acceptable_lag of this CreateGoldenGateHubDetails. compute_id
Gets the compute_id of this CreateGoldenGateHubDetails. extract
Gets the extract of this CreateGoldenGateHubDetails. key_id
[Required] Gets the key_id of this CreateGoldenGateHubDetails. replicat
Gets the replicat of this CreateGoldenGateHubDetails. rest_admin_credentials
[Required] Gets the rest_admin_credentials of this CreateGoldenGateHubDetails. url
[Required] Gets the url of this CreateGoldenGateHubDetails. vault_id
[Required] Gets the vault_id of this CreateGoldenGateHubDetails. -
__init__
(**kwargs)¶ Initializes a new CreateGoldenGateHubDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - rest_admin_credentials (oci.database_migration.models.CreateAdminCredentials) – The value to assign to the rest_admin_credentials property of this CreateGoldenGateHubDetails.
- url (str) – The value to assign to the url property of this CreateGoldenGateHubDetails.
- compute_id (str) – The value to assign to the compute_id property of this CreateGoldenGateHubDetails.
- vault_id (str) – The value to assign to the vault_id property of this CreateGoldenGateHubDetails.
- key_id (str) – The value to assign to the key_id property of this CreateGoldenGateHubDetails.
- extract (oci.database_migration.models.CreateExtract) – The value to assign to the extract property of this CreateGoldenGateHubDetails.
- replicat (oci.database_migration.models.CreateReplicat) – The value to assign to the replicat property of this CreateGoldenGateHubDetails.
- acceptable_lag (int) – The value to assign to the acceptable_lag property of this CreateGoldenGateHubDetails.
-
acceptable_lag
¶ Gets the acceptable_lag of this CreateGoldenGateHubDetails. 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 CreateGoldenGateHubDetails. Return type: int
-
compute_id
¶ Gets the compute_id of this CreateGoldenGateHubDetails. The OCID of the resource being referenced.
Returns: The compute_id of this CreateGoldenGateHubDetails. Return type: str
-
extract
¶ Gets the extract of this CreateGoldenGateHubDetails.
Returns: The extract of this CreateGoldenGateHubDetails. Return type: oci.database_migration.models.CreateExtract
-
key_id
¶ [Required] Gets the key_id of this CreateGoldenGateHubDetails. The OCID of the resource being referenced.
Returns: The key_id of this CreateGoldenGateHubDetails. Return type: str
-
replicat
¶ Gets the replicat of this CreateGoldenGateHubDetails.
Returns: The replicat of this CreateGoldenGateHubDetails. Return type: oci.database_migration.models.CreateReplicat
-
rest_admin_credentials
¶ [Required] Gets the rest_admin_credentials of this CreateGoldenGateHubDetails.
Returns: The rest_admin_credentials of this CreateGoldenGateHubDetails. Return type: oci.database_migration.models.CreateAdminCredentials
-
url
¶ [Required] Gets the url of this CreateGoldenGateHubDetails. Endpoint URL.
Returns: The url of this CreateGoldenGateHubDetails. Return type: str
-
vault_id
¶ [Required] Gets the vault_id of this CreateGoldenGateHubDetails. The OCID of the resource being referenced.
Returns: The vault_id of this CreateGoldenGateHubDetails. Return type: str
-