CreateGoldenGateServiceDetails

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

Bases: object

Details about Oracle GoldenGate GGS Deployment.

Methods

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

Attributes

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

Initializes a new CreateGoldenGateServiceDetails 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 CreateGoldenGateServiceDetails.

Returns:The settings of this CreateGoldenGateServiceDetails.
Return type:oci.database_migration.models.CreateGoldenGateSettings
source_container_db_credentials

Gets the source_container_db_credentials of this CreateGoldenGateServiceDetails.

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

Gets the source_db_credentials of this CreateGoldenGateServiceDetails.

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

Gets the target_db_credentials of this CreateGoldenGateServiceDetails.

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