public final class EvpnInstanceNextHop extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static EvpnInstanceNextHop |
evpnNextHop(org.onlab.packet.IpAddress nextHop,
Label label)
creates instance of EvpnInstanceNextHop.
|
int |
hashCode() |
Label |
label()
Returns the label.
|
org.onlab.packet.IpAddress |
nextHop()
Returns the next hop IP address.
|
String |
toString() |
public static EvpnInstanceNextHop evpnNextHop(org.onlab.packet.IpAddress nextHop, Label label)
nextHop - nexthoplabel - labelpublic org.onlab.packet.IpAddress nextHop()
public Label label()