UpdateGoldenGateServiceDetails

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

Bases: object

Details about the Oracle GoldenGate Microservices. If an empty object is specified, the stored Golden Gate details will be removed.

Methods

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

Attributes

settings Gets the settings of this UpdateGoldenGateServiceDetails.
source_container_db_credentials Gets the source_container_db_credentials of this UpdateGoldenGateServiceDetails.
source_db_credentials Gets the source_db_credentials of this UpdateGoldenGateServiceDetails.
target_db_credentials Gets the target_db_credentials of this UpdateGoldenGateServiceDetails.
__init__(**kwargs)

Initializes a new UpdateGoldenGateServiceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
settings

Gets the settings of this UpdateGoldenGateServiceDetails.

Returns:The settings of this UpdateGoldenGateServiceDetails.
Return type:oci.database_migration.models.UpdateGoldenGateSettings
source_container_db_credentials

Gets the source_container_db_credentials of this UpdateGoldenGateServiceDetails.

Returns:The source_container_db_credentials of this UpdateGoldenGateServiceDetails.
Return type:oci.database_migration.models.DatabaseCredentials
source_db_credentials

Gets the source_db_credentials of this UpdateGoldenGateServiceDetails.

Returns:The source_db_credentials of this UpdateGoldenGateServiceDetails.
Return type:oci.database_migration.models.DatabaseCredentials
target_db_credentials

Gets the target_db_credentials of this UpdateGoldenGateServiceDetails.

Returns:The target_db_credentials of this UpdateGoldenGateServiceDetails.
Return type:oci.database_migration.models.DatabaseCredentials