ParseConnectionDetails¶
-
class
oci.data_catalog.models.
ParseConnectionDetails
(**kwargs)¶ Bases:
object
Parse connections from the connection metadata and oracle wallet file.
Methods
__init__
(**kwargs)Initializes a new ParseConnectionDetails object with values from keyword arguments. Attributes
connection_detail
Gets the connection_detail of this ParseConnectionDetails. connection_payload
Gets the connection_payload of this ParseConnectionDetails. -
__init__
(**kwargs)¶ Initializes a new ParseConnectionDetails 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.Connection) – The value to assign to the connection_detail property of this ParseConnectionDetails.
- connection_payload (str) – The value to assign to the connection_payload property of this ParseConnectionDetails.
-
connection_detail
¶ Gets the connection_detail of this ParseConnectionDetails.
Returns: The connection_detail of this ParseConnectionDetails. Return type: oci.data_catalog.models.Connection
-
connection_payload
¶ Gets the connection_payload of this ParseConnectionDetails. The information used to parse the connection from the wallet file payload.
Returns: The connection_payload of this ParseConnectionDetails. Return type: str
-