com.bigswitch.floodlight.vendor
Class OFActionTunnelDstIP
java.lang.Object
org.openflow.protocol.action.OFAction
org.openflow.protocol.action.OFActionVendor
com.bigswitch.floodlight.vendor.OFActionBigSwitchVendor
com.bigswitch.floodlight.vendor.OFActionTunnelDstIP
- All Implemented Interfaces:
- java.lang.Cloneable
public class OFActionTunnelDstIP
- extends OFActionBigSwitchVendor
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
MINIMUM_LENGTH_TUNNEL_DST
public static final int MINIMUM_LENGTH_TUNNEL_DST
- See Also:
- Constant Field Values
SET_TUNNEL_DST_SUBTYPE
public static final int SET_TUNNEL_DST_SUBTYPE
- See Also:
- Constant Field Values
dstIPAddr
protected int dstIPAddr
OFActionTunnelDstIP
public OFActionTunnelDstIP()
OFActionTunnelDstIP
public OFActionTunnelDstIP(int dstIPAddr)
getTunnelDstIP
public int getTunnelDstIP()
setTunnelDstIP
public void setTunnelDstIP(int ipAddr)
readFrom
public void readFrom(java.nio.ByteBuffer data)
- Overrides:
readFrom
in class OFActionBigSwitchVendor
writeTo
public void writeTo(java.nio.ByteBuffer data)
- Overrides:
writeTo
in class OFActionBigSwitchVendor
hashCode
public int hashCode()
- Overrides:
hashCode
in class OFActionBigSwitchVendor
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OFActionBigSwitchVendor
toString
public java.lang.String toString()
- Description copied from class:
OFAction
- Returns a summary of the message
- Overrides:
toString
in class OFActionBigSwitchVendor
- Returns:
- "ofmsg=v=$version;t=$type:l=$len:xid=$xid"