OpensearchClusterCollection¶
- 
class oci.opensearch.models.OpensearchClusterCollection(**kwargs)¶
- Bases: - object- The list of OpenSearch clusters returned in a cluster search. - Methods - __init__(**kwargs)- Initializes a new OpensearchClusterCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this OpensearchClusterCollection. - 
__init__(**kwargs)¶
- Initializes a new OpensearchClusterCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.opensearch.models.OpensearchClusterSummary]) – The value to assign to the items property of this OpensearchClusterCollection. 
 - 
items¶
- [Required] Gets the items of this OpensearchClusterCollection. The list of clusters. - Returns: - The items of this OpensearchClusterCollection. - Return type: - list[oci.opensearch.models.OpensearchClusterSummary] 
 
-