GoldenGateHub

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

Bases: object

Details about Oracle GoldenGate Microservices.

Methods

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

Attributes

compute_id Gets the compute_id of this GoldenGateHub.
rest_admin_credentials [Required] Gets the rest_admin_credentials of this GoldenGateHub.
source_container_db_admin_credentials Gets the source_container_db_admin_credentials of this GoldenGateHub.
source_db_admin_credentials [Required] Gets the source_db_admin_credentials of this GoldenGateHub.
source_microservices_deployment_name [Required] Gets the source_microservices_deployment_name of this GoldenGateHub.
target_db_admin_credentials [Required] Gets the target_db_admin_credentials of this GoldenGateHub.
target_microservices_deployment_name [Required] Gets the target_microservices_deployment_name of this GoldenGateHub.
url [Required] Gets the url of this GoldenGateHub.
__init__(**kwargs)

Initializes a new GoldenGateHub 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.AdminCredentials) – The value to assign to the rest_admin_credentials property of this GoldenGateHub.
  • source_db_admin_credentials (oci.database_migration.models.AdminCredentials) – The value to assign to the source_db_admin_credentials property of this GoldenGateHub.
  • source_container_db_admin_credentials (oci.database_migration.models.AdminCredentials) – The value to assign to the source_container_db_admin_credentials property of this GoldenGateHub.
  • target_db_admin_credentials (oci.database_migration.models.AdminCredentials) – The value to assign to the target_db_admin_credentials property of this GoldenGateHub.
  • url (str) – The value to assign to the url property of this GoldenGateHub.
  • source_microservices_deployment_name (str) – The value to assign to the source_microservices_deployment_name property of this GoldenGateHub.
  • target_microservices_deployment_name (str) – The value to assign to the target_microservices_deployment_name property of this GoldenGateHub.
  • compute_id (str) – The value to assign to the compute_id property of this GoldenGateHub.
compute_id

Gets the compute_id of this GoldenGateHub. OCID of GoldenGate compute instance.

Returns:The compute_id of this GoldenGateHub.
Return type:str
rest_admin_credentials

[Required] Gets the rest_admin_credentials of this GoldenGateHub.

Returns:The rest_admin_credentials of this GoldenGateHub.
Return type:oci.database_migration.models.AdminCredentials
source_container_db_admin_credentials

Gets the source_container_db_admin_credentials of this GoldenGateHub.

Returns:The source_container_db_admin_credentials of this GoldenGateHub.
Return type:oci.database_migration.models.AdminCredentials
source_db_admin_credentials

[Required] Gets the source_db_admin_credentials of this GoldenGateHub.

Returns:The source_db_admin_credentials of this GoldenGateHub.
Return type:oci.database_migration.models.AdminCredentials
source_microservices_deployment_name

[Required] Gets the source_microservices_deployment_name of this GoldenGateHub. Name of GoldenGate deployment to operate on source database

Returns:The source_microservices_deployment_name of this GoldenGateHub.
Return type:str
target_db_admin_credentials

[Required] Gets the target_db_admin_credentials of this GoldenGateHub.

Returns:The target_db_admin_credentials of this GoldenGateHub.
Return type:oci.database_migration.models.AdminCredentials
target_microservices_deployment_name

[Required] Gets the target_microservices_deployment_name of this GoldenGateHub. Name of GoldenGate deployment to operate on target database

Returns:The target_microservices_deployment_name of this GoldenGateHub.
Return type:str
url

[Required] Gets the url of this GoldenGateHub. Oracle GoldenGate hub’s REST endpoint. Refer to https://docs.oracle.com/en/middleware/goldengate/core/19.1/securing/network.html#GUID-A709DA55-111D-455E-8942-C9BDD1E38CAA

Returns:The url of this GoldenGateHub.
Return type:str