UpdateGoldenGateDetails

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

Bases: object

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

Methods

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

Attributes

hub Gets the hub of this UpdateGoldenGateDetails.
settings Gets the settings of this UpdateGoldenGateDetails.
__init__(**kwargs)

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

Parameters:
hub

Gets the hub of this UpdateGoldenGateDetails.

Returns:The hub of this UpdateGoldenGateDetails.
Return type:oci.database_migration.models.UpdateGoldenGateHub
settings

Gets the settings of this UpdateGoldenGateDetails.

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