UpdateGoldenGateHub

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

Bases: object

Details about Oracle GoldenGate Microservices.

Methods

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

Attributes

compute_id Gets the compute_id of this UpdateGoldenGateHub.
rest_admin_credentials Gets the rest_admin_credentials of this UpdateGoldenGateHub.
source_container_db_admin_credentials Gets the source_container_db_admin_credentials of this UpdateGoldenGateHub.
source_db_admin_credentials Gets the source_db_admin_credentials of this UpdateGoldenGateHub.
source_microservices_deployment_name Gets the source_microservices_deployment_name of this UpdateGoldenGateHub.
target_db_admin_credentials Gets the target_db_admin_credentials of this UpdateGoldenGateHub.
target_microservices_deployment_name Gets the target_microservices_deployment_name of this UpdateGoldenGateHub.
url Gets the url of this UpdateGoldenGateHub.
__init__(**kwargs)

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

Gets the compute_id of this UpdateGoldenGateHub. OCID of GoldenGate compute instance. An empty value will remove the stored computeId.

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

Gets the rest_admin_credentials of this UpdateGoldenGateHub.

Returns:The rest_admin_credentials of this UpdateGoldenGateHub.
Return type:oci.database_migration.models.UpdateAdminCredentials
source_container_db_admin_credentials

Gets the source_container_db_admin_credentials of this UpdateGoldenGateHub.

Returns:The source_container_db_admin_credentials of this UpdateGoldenGateHub.
Return type:oci.database_migration.models.UpdateAdminCredentials
source_db_admin_credentials

Gets the source_db_admin_credentials of this UpdateGoldenGateHub.

Returns:The source_db_admin_credentials of this UpdateGoldenGateHub.
Return type:oci.database_migration.models.UpdateAdminCredentials
source_microservices_deployment_name

Gets the source_microservices_deployment_name of this UpdateGoldenGateHub. Name of GoldenGate deployment to operate on source database

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

Gets the target_db_admin_credentials of this UpdateGoldenGateHub.

Returns:The target_db_admin_credentials of this UpdateGoldenGateHub.
Return type:oci.database_migration.models.UpdateAdminCredentials
target_microservices_deployment_name

Gets the target_microservices_deployment_name of this UpdateGoldenGateHub. Name of GoldenGate deployment to operate on target database

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

Gets the url of this UpdateGoldenGateHub. 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 UpdateGoldenGateHub.
Return type:str