DatabaseToolsConnectionCollection¶
-
class
oci.database_tools.models.
DatabaseToolsConnectionCollection
(**kwargs)¶ Bases:
object
List of DatabaseToolsConnectionSummary items.
Methods
__init__
(**kwargs)Initializes a new DatabaseToolsConnectionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DatabaseToolsConnectionCollection. -
__init__
(**kwargs)¶ Initializes a new DatabaseToolsConnectionCollection 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.DatabaseToolsConnectionSummary]) – The value to assign to the items property of this DatabaseToolsConnectionCollection.
-
items
¶ [Required] Gets the items of this DatabaseToolsConnectionCollection. Array of DatabaseToolsConnectionSummary items.
Returns: The items of this DatabaseToolsConnectionCollection. Return type: list[oci.database_tools.models.DatabaseToolsConnectionSummary]
-