DatabaseToolsMcpServerEndpoint¶
-
class
oci.database_tools.models.DatabaseToolsMcpServerEndpoint(**kwargs)¶ Bases:
objectThe details of an MCP server endpoint.
Attributes
TYPE_DEFAULTA constant which can be used with the type property of a DatabaseToolsMcpServerEndpoint. endpointGets the endpoint of this DatabaseToolsMcpServerEndpoint. typeGets the type of this DatabaseToolsMcpServerEndpoint. Methods
__init__(**kwargs)Initializes a new DatabaseToolsMcpServerEndpoint object with values from keyword arguments. -
TYPE_DEFAULT= 'DEFAULT'¶ A constant which can be used with the type property of a DatabaseToolsMcpServerEndpoint. This constant has a value of “DEFAULT”
-
__init__(**kwargs)¶ Initializes a new DatabaseToolsMcpServerEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this DatabaseToolsMcpServerEndpoint. Allowed values for this property are: “DEFAULT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- endpoint (str) – The value to assign to the endpoint property of this DatabaseToolsMcpServerEndpoint.
-
endpoint¶ Gets the endpoint of this DatabaseToolsMcpServerEndpoint. The URI endpoint of the MCP server
Returns: The endpoint of this DatabaseToolsMcpServerEndpoint. Return type: str
-
type¶ Gets the type of this DatabaseToolsMcpServerEndpoint. The MCP server type
Allowed values for this property are: “DEFAULT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this DatabaseToolsMcpServerEndpoint. Return type: str
-