Skip to content
Snippets Groups Projects
Commit d8dea67c authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common & WebUI:

- added device type "NETWORK" to represent an abstracted network
parent 1570c79e
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!24Integrate NFV-SDN'22 demo
...@@ -16,6 +16,9 @@ from enum import Enum ...@@ -16,6 +16,9 @@ from enum import Enum
class DeviceTypeEnum(Enum): class DeviceTypeEnum(Enum):
# Abstractions
NETWORK = 'network'
# Emulated device types # Emulated device types
EMULATED_DATACENTER = 'emu-datacenter' EMULATED_DATACENTER = 'emu-datacenter'
EMULATED_MICROVAWE_RADIO_SYSTEM = 'emu-microwave-radio-system' EMULATED_MICROVAWE_RADIO_SYSTEM = 'emu-microwave-radio-system'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment