public class NiciraSetTunnelDst
extends org.onosproject.net.flow.AbstractExtension
implements org.onosproject.net.flow.instructions.ExtensionTreatment
| Constructor and Description |
|---|
NiciraSetTunnelDst(org.onlab.packet.Ip4Address tunnelDst)
Creates a new set tunnel destination instruction with a particular IPv4
address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(byte[] data) |
boolean |
equals(Object obj) |
int |
hashCode() |
byte[] |
serialize() |
String |
toString() |
org.onlab.packet.Ip4Address |
tunnelDst()
Gets the tunnel destination IPv4 address.
|
org.onosproject.net.flow.instructions.ExtensionTreatmentType |
type() |
getProperties, getPropertyValue, setPropertyValuepublic NiciraSetTunnelDst(org.onlab.packet.Ip4Address tunnelDst)
tunnelDst - tunnel destination IPv4 addresspublic org.onlab.packet.Ip4Address tunnelDst()
public org.onosproject.net.flow.instructions.ExtensionTreatmentType type()
type in interface org.onosproject.net.flow.instructions.ExtensionTreatmentpublic void deserialize(byte[] data)
deserialize in interface org.onosproject.net.flow.Extensionpublic byte[] serialize()
serialize in interface org.onosproject.net.flow.Extension