GoldenGateServiceDetails

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

Bases: object

Details about Oracle GoldenGate GGS Deployment.

Methods

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

Attributes

ggs_deployment Gets the ggs_deployment of this GoldenGateServiceDetails.
settings Gets the settings of this GoldenGateServiceDetails.
__init__(**kwargs)

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

Parameters:
ggs_deployment

Gets the ggs_deployment of this GoldenGateServiceDetails.

Returns:The ggs_deployment of this GoldenGateServiceDetails.
Return type:oci.database_migration.models.GgsDeployment
settings

Gets the settings of this GoldenGateServiceDetails.

Returns:The settings of this GoldenGateServiceDetails.
Return type:oci.database_migration.models.GoldenGateSettings