ImportConnectionDetails

class oci.data_catalog.models.ImportConnectionDetails(**kwargs)

Bases: object

Import connection from the connection metadata and oracle wallet file.

Methods

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

Attributes

connection_detail Gets the connection_detail of this ImportConnectionDetails.
connection_payload [Required] Gets the connection_payload of this ImportConnectionDetails.
__init__(**kwargs)

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

Parameters:
  • connection_detail (oci.data_catalog.models.CreateConnectionDetails) – The value to assign to the connection_detail property of this ImportConnectionDetails.
  • connection_payload (str) – The value to assign to the connection_payload property of this ImportConnectionDetails.
connection_detail

Gets the connection_detail of this ImportConnectionDetails.

Returns:The connection_detail of this ImportConnectionDetails.
Return type:oci.data_catalog.models.CreateConnectionDetails
connection_payload

[Required] Gets the connection_payload of this ImportConnectionDetails. The information used to import the connection.

Returns:The connection_payload of this ImportConnectionDetails.
Return type:str