ConnectionCollection¶
- 
class oci.database_migration.models.ConnectionCollection(**kwargs)¶
- Bases: - object- Array of connection summary objects. - Methods - __init__(**kwargs)- Initializes a new ConnectionCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ConnectionCollection. - 
__init__(**kwargs)¶
- Initializes a new ConnectionCollection 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_migration.models.ConnectionSummary]) – The value to assign to the items property of this ConnectionCollection. 
 - 
items¶
- [Required] Gets the items of this ConnectionCollection. An array of Connection summaries. - Returns: - The items of this ConnectionCollection. - Return type: - list[oci.database_migration.models.ConnectionSummary] 
 
-