CreateGoldenGateDetails

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

Bases: object

Details about Oracle GoldenGate Microservices. Required for online logical migration.

Methods

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

Attributes

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

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

Returns:The hub of this CreateGoldenGateDetails.
Return type:oci.database_migration.models.CreateGoldenGateHub
settings

Gets the settings of this CreateGoldenGateDetails.

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