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