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