GoldenGateDetails

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

Bases: object

Details about Oracle GoldenGate Microservices.

Methods

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

Attributes

hub [Required] Gets the hub of this GoldenGateDetails.
settings Gets the settings of this GoldenGateDetails.
__init__(**kwargs)

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

Parameters:
hub

[Required] Gets the hub of this GoldenGateDetails.

Returns:The hub of this GoldenGateDetails.
Return type:oci.database_migration.models.GoldenGateHub
settings

Gets the settings of this GoldenGateDetails.

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