DatabaseToolsMcpToolsetBuiltInSqlToolsVersion¶
-
class
oci.database_tools.models.DatabaseToolsMcpToolsetBuiltInSqlToolsVersion(**kwargs)¶ Bases:
objectA specific version entry for a BUILT_IN_SQL_TOOLS MCP toolset version
Methods
__init__(**kwargs)Initializes a new DatabaseToolsMcpToolsetBuiltInSqlToolsVersion object with values from keyword arguments. Attributes
description[Required] Gets the description of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. featuresGets the features of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. tools[Required] Gets the tools of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. version[Required] Gets the version of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsMcpToolsetBuiltInSqlToolsVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - version (int) – The value to assign to the version property of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion.
- description (str) – The value to assign to the description property of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion.
- features (list[str]) – The value to assign to the features property of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion.
- tools (list[oci.database_tools.models.DatabaseToolsMcpToolsetVersionTool]) – The value to assign to the tools property of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion.
-
description¶ [Required] Gets the description of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. A description of this version.
Returns: The description of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. Return type: str
-
features¶ Gets the features of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. Optional feature flags or attributes for this version.
Returns: The features of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. Return type: list[str]
-
tools¶ [Required] Gets the tools of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. The tools available in this version.
Returns: The tools of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. Return type: list[oci.database_tools.models.DatabaseToolsMcpToolsetVersionTool]
-
version¶ [Required] Gets the version of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. The version number.
Returns: The version of this DatabaseToolsMcpToolsetBuiltInSqlToolsVersion. Return type: int
-