OpensearchVersionsCollection¶
-
class
oci.opensearch.models.
OpensearchVersionsCollection
(**kwargs)¶ Bases:
object
The list of OpenSearch versions returned in an OpenSearch version search.
Methods
__init__
(**kwargs)Initializes a new OpensearchVersionsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OpensearchVersionsCollection. -
__init__
(**kwargs)¶ Initializes a new OpensearchVersionsCollection 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.OpensearchVersionsSummary]) – The value to assign to the items property of this OpensearchVersionsCollection.
-
items
¶ [Required] Gets the items of this OpensearchVersionsCollection. A list of OpenSearch versions.
Returns: The items of this OpensearchVersionsCollection. Return type: list[oci.opensearch.models.OpensearchVersionsSummary]
-