Open Kilda Java Documentation
org.openkilda.floodlight.Constants Class Reference

Static Public Attributes

static final String flowName = "test_flow"
 
static final String switchId = "00:00:00:00:00:00:00:01"
 
static final int inputPort = 1
 
static final int outputPort = 2
 
static final int transitVlanId = 100
 
static final int outputVlanId = 200
 
static final int inputVlanId = 300
 
static final long bandwidth = 10000
 
static final long meterId = 1
 
static final long burstSize = 1024
 
static final OutputVlanType outputVlanType = OutputVlanType.REPLACE
 

Detailed Description

Definition at line 20 of file Constants.java.

Member Data Documentation

◆ bandwidth

final long org.openkilda.floodlight.Constants.bandwidth = 10000
static

Definition at line 28 of file Constants.java.

◆ burstSize

final long org.openkilda.floodlight.Constants.burstSize = 1024
static

Definition at line 30 of file Constants.java.

◆ flowName

final String org.openkilda.floodlight.Constants.flowName = "test_flow"
static

Definition at line 21 of file Constants.java.

◆ inputPort

final int org.openkilda.floodlight.Constants.inputPort = 1
static

Definition at line 23 of file Constants.java.

◆ inputVlanId

final int org.openkilda.floodlight.Constants.inputVlanId = 300
static

Definition at line 27 of file Constants.java.

◆ meterId

final long org.openkilda.floodlight.Constants.meterId = 1
static

Definition at line 29 of file Constants.java.

◆ outputPort

final int org.openkilda.floodlight.Constants.outputPort = 2
static

Definition at line 24 of file Constants.java.

◆ outputVlanId

final int org.openkilda.floodlight.Constants.outputVlanId = 200
static

Definition at line 26 of file Constants.java.

◆ outputVlanType

final OutputVlanType org.openkilda.floodlight.Constants.outputVlanType = OutputVlanType.REPLACE
static

Definition at line 31 of file Constants.java.

◆ switchId

final String org.openkilda.floodlight.Constants.switchId = "00:00:00:00:00:00:00:01"
static

Definition at line 22 of file Constants.java.

◆ transitVlanId

final int org.openkilda.floodlight.Constants.transitVlanId = 100
static

Definition at line 25 of file Constants.java.


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