public interface OspfDeviceTed
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
abr()
Obtains position of device in the network.
|
java.lang.Boolean |
asbr()
Obtains position of device in the network.
|
java.util.List<org.onlab.packet.Ip4Address> |
ipv4RouterIds()
Obtain list of IPv4 router ids.
|
java.util.List<org.onlab.packet.Ip6Address> |
ipv6RouterIds()
Obtain list of IPv6 router id.
|
void |
setAbr(java.lang.Boolean abr)
Sets position of device in the network.
|
void |
setAsbr(java.lang.Boolean asbr)
Sets position of device in the network.
|
void |
setIpv4RouterIds(java.util.List<org.onlab.packet.Ip4Address> routerIds)
Sets list of IPv4 router ids.
|
void |
setIpv6RouterIds(java.util.List<org.onlab.packet.Ip6Address> routerIds)
Sets list of IPv4 router ids.
|
void |
setTopologyIds(java.util.List<java.lang.Short> topologyIds)
Sets the list of topology ids.
|
java.util.List<java.lang.Short> |
topologyIds()
Obtain the list of topology ids.
|
java.util.List<org.onlab.packet.Ip4Address> ipv4RouterIds()
void setIpv4RouterIds(java.util.List<org.onlab.packet.Ip4Address> routerIds)
routerIds - list of IPv4 router idsjava.util.List<org.onlab.packet.Ip6Address> ipv6RouterIds()
void setIpv6RouterIds(java.util.List<org.onlab.packet.Ip6Address> routerIds)
routerIds - list of IPv4 router idsjava.util.List<java.lang.Short> topologyIds()
void setTopologyIds(java.util.List<java.lang.Short> topologyIds)
topologyIds - the list of topology idsjava.lang.Boolean asbr()
void setAsbr(java.lang.Boolean asbr)
asbr - position of device in the networkjava.lang.Boolean abr()
void setAbr(java.lang.Boolean abr)
abr - position of device in the network