ExternalDbSystemConnectorCollection¶
- 
class oci.database_management.models.ExternalDbSystemConnectorCollection(**kwargs)¶
- Bases: - object- A collection of external DB system connectors. - Methods - __init__(**kwargs)- Initializes a new ExternalDbSystemConnectorCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ExternalDbSystemConnectorCollection. - 
__init__(**kwargs)¶
- Initializes a new ExternalDbSystemConnectorCollection 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_management.models.ExternalDbSystemConnectorSummary]) – The value to assign to the items property of this ExternalDbSystemConnectorCollection. 
 - 
items¶
- [Required] Gets the items of this ExternalDbSystemConnectorCollection. An array of external DB system connectors. - Returns: - The items of this ExternalDbSystemConnectorCollection. - Return type: - list[oci.database_management.models.ExternalDbSystemConnectorSummary] 
 
-