Open Kilda Java Documentation
org.openkilda.simulator.classes.SimulatorCommands Class Reference

Static Public Attributes

static final String DO_PORT_MOD = "DO_PORT_MOD"
 
static final String DO_SWITCH_MOD = "DO_SWITCH_MOD"
 
static final String DO_ADD_SWITCH = "DO_ADD_SWITCH"
 
static final String DO_ADD_LINK = "DO_ADD_LINK"
 
static final String DO_REMOVE_SWITCH = "DO_REMOVE_SWITCH"
 
static final String DO_GET_FLOWS = "DO_GET_FLOWS"
 
static final String DO_GET_PORT_STATS = "DO_GET_PORT_STATS"
 
static final String DO_GET_PORT_STATUS = "DO_GET_PORT_STATUS"
 
static final String DO_GET_SWITCH_STATUS = "DO_GET_SWITCH_STATUS"
 
static final String TOPOLOGY = "TOPOLOGY"
 

Detailed Description

Definition at line 3 of file SimulatorCommands.java.

Member Data Documentation

◆ DO_ADD_LINK

final String org.openkilda.simulator.classes.SimulatorCommands.DO_ADD_LINK = "DO_ADD_LINK"
static

Definition at line 7 of file SimulatorCommands.java.

◆ DO_ADD_SWITCH

final String org.openkilda.simulator.classes.SimulatorCommands.DO_ADD_SWITCH = "DO_ADD_SWITCH"
static

Definition at line 6 of file SimulatorCommands.java.

◆ DO_GET_FLOWS

final String org.openkilda.simulator.classes.SimulatorCommands.DO_GET_FLOWS = "DO_GET_FLOWS"
static

Definition at line 9 of file SimulatorCommands.java.

◆ DO_GET_PORT_STATS

final String org.openkilda.simulator.classes.SimulatorCommands.DO_GET_PORT_STATS = "DO_GET_PORT_STATS"
static

Definition at line 10 of file SimulatorCommands.java.

◆ DO_GET_PORT_STATUS

final String org.openkilda.simulator.classes.SimulatorCommands.DO_GET_PORT_STATUS = "DO_GET_PORT_STATUS"
static

Definition at line 11 of file SimulatorCommands.java.

◆ DO_GET_SWITCH_STATUS

final String org.openkilda.simulator.classes.SimulatorCommands.DO_GET_SWITCH_STATUS = "DO_GET_SWITCH_STATUS"
static

Definition at line 12 of file SimulatorCommands.java.

◆ DO_PORT_MOD

final String org.openkilda.simulator.classes.SimulatorCommands.DO_PORT_MOD = "DO_PORT_MOD"
static

Definition at line 4 of file SimulatorCommands.java.

◆ DO_REMOVE_SWITCH

final String org.openkilda.simulator.classes.SimulatorCommands.DO_REMOVE_SWITCH = "DO_REMOVE_SWITCH"
static

Definition at line 8 of file SimulatorCommands.java.

◆ DO_SWITCH_MOD

final String org.openkilda.simulator.classes.SimulatorCommands.DO_SWITCH_MOD = "DO_SWITCH_MOD"
static

Definition at line 5 of file SimulatorCommands.java.

◆ TOPOLOGY

final String org.openkilda.simulator.classes.SimulatorCommands.TOPOLOGY = "TOPOLOGY"
static

Definition at line 13 of file SimulatorCommands.java.


The documentation for this class was generated from the following file: