Charmed OpenSearch

Channel Revision Published Runs on
2/edge 90 08 May 2024
Ubuntu 22.04
juju deploy opensearch --channel 2/edge
Show information

Platform:

Ubuntu
22.04

charms.opensearch.v0.helper_enums

In this file we declare the base enum types with string and other types' representations.


class BaseStrEnum

Description

Base Enum class with str representation. None

Methods

BaseStrEnum. __str__( self )

Description

String representation of enum value. None

BaseStrEnum. val( self )

Description

String representation of enum values. None