OpensearchVersionsSummary¶
-
class
oci.opensearch.models.
OpensearchVersionsSummary
(**kwargs)¶ Bases:
object
A description of Opensearch versions
Methods
__init__
(**kwargs)Initializes a new OpensearchVersionsSummary object with values from keyword arguments. Attributes
version
[Required] Gets the version of this OpensearchVersionsSummary. -
__init__
(**kwargs)¶ Initializes a new OpensearchVersionsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: version (str) – The value to assign to the version property of this OpensearchVersionsSummary.
-
version
¶ [Required] Gets the version of this OpensearchVersionsSummary. The version of OpenSearch.
Returns: The version of this OpensearchVersionsSummary. Return type: str
-