UpdateDatabaseLinkDetails

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

Bases: object

Optional details for updating a network database link from OCI database to on-premise database.

Methods

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

Attributes

name Gets the name of this UpdateDatabaseLinkDetails.
wallet_bucket Gets the wallet_bucket of this UpdateDatabaseLinkDetails.
__init__(**kwargs)

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

Parameters:
name

Gets the name of this UpdateDatabaseLinkDetails. Name of database link from OCI database to on-premise database. ODMS will create link, if the link does not already exist.

Returns:The name of this UpdateDatabaseLinkDetails.
Return type:str
wallet_bucket

Gets the wallet_bucket of this UpdateDatabaseLinkDetails.

Returns:The wallet_bucket of this UpdateDatabaseLinkDetails.
Return type:oci.database_migration.models.UpdateObjectStoreBucket