public class OspfDeviceTedImpl extends Object implements org.onosproject.ospf.controller.OspfDeviceTed
| Constructor and Description |
|---|
OspfDeviceTedImpl() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
abr()
Gets if router is area border router or not.
|
Boolean |
asbr()
Gets if router is autonomous system border router or not.
|
List<org.onlab.packet.Ip4Address> |
ipv4RouterIds()
Gets list of IPv4 router id.
|
List<org.onlab.packet.Ip6Address> |
ipv6RouterIds()
Gets list of ipv6 router id's.
|
void |
setAbr(Boolean abr) |
void |
setAsbr(Boolean asbr) |
void |
setIpv4RouterIds(List<org.onlab.packet.Ip4Address> ipv4RouterIds) |
void |
setIpv6RouterIds(List<org.onlab.packet.Ip6Address> ipv6RouterIds) |
void |
setTopologyIds(List<Short> topologyIds) |
List<Short> |
topologyIds()
Gets list of topology id's.
|
public List<org.onlab.packet.Ip4Address> ipv4RouterIds()
ipv4RouterIds in interface org.onosproject.ospf.controller.OspfDeviceTedpublic void setIpv4RouterIds(List<org.onlab.packet.Ip4Address> ipv4RouterIds)
setIpv4RouterIds in interface org.onosproject.ospf.controller.OspfDeviceTedpublic Boolean abr()
abr in interface org.onosproject.ospf.controller.OspfDeviceTedpublic void setAbr(Boolean abr)
setAbr in interface org.onosproject.ospf.controller.OspfDeviceTedpublic Boolean asbr()
asbr in interface org.onosproject.ospf.controller.OspfDeviceTedpublic void setAsbr(Boolean asbr)
setAsbr in interface org.onosproject.ospf.controller.OspfDeviceTedpublic List<Short> topologyIds()
topologyIds in interface org.onosproject.ospf.controller.OspfDeviceTedpublic void setTopologyIds(List<Short> topologyIds)
setTopologyIds in interface org.onosproject.ospf.controller.OspfDeviceTedpublic List<org.onlab.packet.Ip6Address> ipv6RouterIds()
ipv6RouterIds in interface org.onosproject.ospf.controller.OspfDeviceTedpublic void setIpv6RouterIds(List<org.onlab.packet.Ip6Address> ipv6RouterIds)
setIpv6RouterIds in interface org.onosproject.ospf.controller.OspfDeviceTedCopyright © 2016. All rights reserved.