I have this enum class:
class MtuType(IntEnum): GENERATED = 0 CONSUMED = 1 NET = 2 PEAK_GENERATED = 3 PEAK_CONSUMED = 4