DatabaseLinkDetails

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

Bases: object

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

Methods

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

Attributes

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

Initializes a new DatabaseLinkDetails 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 DatabaseLinkDetails. 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 DatabaseLinkDetails.
Return type:str
wallet_bucket

Gets the wallet_bucket of this DatabaseLinkDetails.

Returns:The wallet_bucket of this DatabaseLinkDetails.
Return type:oci.database_migration.models.ObjectStoreBucket