Open Kilda Java Documentation
org.openkilda.messaging.model.rule.RuleConstants Class Reference

Static Public Attributes

static final String OF_COMMAND = "of_command"
 
static final String FLOW_ID = Utils.FLOW_ID
 
static final String SWITCH_ID = "switch_id"
 
static final String COOKIE = "cookie"
 
static final String OUTPUT_PORT = "output_port"
 
static final String OUTPUT_VLAN = "output_vlan"
 
static final String OUTPUT_VLAN_TYPE = "output_vlan_type"
 
static final String MATCH_PORT = "match_port"
 
static final String MATCH_VLAN = "match_vlan"
 
static final String METER_ID = "meter_id"
 
static final String BANDWIDTH = "bandwidth"
 
static final String PRIORITY = "priority"
 

Detailed Description

Definition at line 20 of file RuleConstants.java.

Member Data Documentation

◆ BANDWIDTH

final String org.openkilda.messaging.model.rule.RuleConstants.BANDWIDTH = "bandwidth"
static

The payload property.

Definition at line 54 of file RuleConstants.java.

◆ COOKIE

final String org.openkilda.messaging.model.rule.RuleConstants.COOKIE = "cookie"
static

The payload property.

Definition at line 33 of file RuleConstants.java.

◆ FLOW_ID

final String org.openkilda.messaging.model.rule.RuleConstants.FLOW_ID = Utils.FLOW_ID
static

The payload property.

Definition at line 27 of file RuleConstants.java.

◆ MATCH_PORT

final String org.openkilda.messaging.model.rule.RuleConstants.MATCH_PORT = "match_port"
static

The payload property.

Definition at line 45 of file RuleConstants.java.

◆ MATCH_VLAN

final String org.openkilda.messaging.model.rule.RuleConstants.MATCH_VLAN = "match_vlan"
static

The payload property.

Definition at line 48 of file RuleConstants.java.

◆ METER_ID

final String org.openkilda.messaging.model.rule.RuleConstants.METER_ID = "meter_id"
static

The payload property.

Definition at line 51 of file RuleConstants.java.

◆ OF_COMMAND

final String org.openkilda.messaging.model.rule.RuleConstants.OF_COMMAND = "of_command"
static

The command name property.

Definition at line 24 of file RuleConstants.java.

◆ OUTPUT_PORT

final String org.openkilda.messaging.model.rule.RuleConstants.OUTPUT_PORT = "output_port"
static

The payload property.

Definition at line 36 of file RuleConstants.java.

◆ OUTPUT_VLAN

final String org.openkilda.messaging.model.rule.RuleConstants.OUTPUT_VLAN = "output_vlan"
static

The payload property.

Definition at line 39 of file RuleConstants.java.

◆ OUTPUT_VLAN_TYPE

final String org.openkilda.messaging.model.rule.RuleConstants.OUTPUT_VLAN_TYPE = "output_vlan_type"
static

The payload property.

Definition at line 42 of file RuleConstants.java.

◆ PRIORITY

final String org.openkilda.messaging.model.rule.RuleConstants.PRIORITY = "priority"
static

The payload property.

Definition at line 57 of file RuleConstants.java.

◆ SWITCH_ID

final String org.openkilda.messaging.model.rule.RuleConstants.SWITCH_ID = "switch_id"
static

The payload property.

Definition at line 30 of file RuleConstants.java.


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