Source code for csle_common.dao.emulation_config.sdn_controller_type

"""
Type of SDN controllers in CSLE
"""

from enum import IntEnum


[docs]class SDNControllerType(IntEnum): """ Enum representing the different SDN controller types supported in CSLE """ RYU = 0