DatabaseToolsMcpServerCollection¶
-
class
oci.database_tools.models.DatabaseToolsMcpServerCollection(**kwargs)¶ Bases:
objectList of Database Tools MCP server summary items.
Methods
__init__(**kwargs)Initializes a new DatabaseToolsMcpServerCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this DatabaseToolsMcpServerCollection. -
__init__(**kwargs)¶ Initializes a new DatabaseToolsMcpServerCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_tools.models.DatabaseToolsMcpServerSummary]) – The value to assign to the items property of this DatabaseToolsMcpServerCollection.
-
items¶ [Required] Gets the items of this DatabaseToolsMcpServerCollection. Array of Database Tools MCP server summary items.
Returns: The items of this DatabaseToolsMcpServerCollection. Return type: list[oci.database_tools.models.DatabaseToolsMcpServerSummary]
-