public class OFMatchReconcile
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OFMatchReconcile.ReconcileAction
The enum ReconcileAction.
|
Modifier and Type | Field and Description |
---|---|
byte |
action
Action of this flow-mod PERMIT or DENY
|
java.lang.String |
appInstName
The application instance name.
|
MessageContext |
cntx |
long |
cookie
flow mod. cookie
|
java.lang.String |
newAppInstName
The new application instance name.
|
OFMatchWithSwDpid |
ofmWithSwDpid
The open flow match after reconciliation.
|
short |
priority
flow mod. priority
|
OFMatchReconcile.ReconcileAction |
rcAction
The reconcile action.
|
Constructor and Description |
---|
OFMatchReconcile()
Instantiates a new oF match reconcile object.
|
OFMatchReconcile(OFMatchReconcile copy) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public OFMatchWithSwDpid ofmWithSwDpid
public short priority
public byte action
public long cookie
public java.lang.String appInstName
public java.lang.String newAppInstName
public OFMatchReconcile.ReconcileAction rcAction
public MessageContext cntx
public OFMatchReconcile()
public OFMatchReconcile(OFMatchReconcile copy)