public class DefaultIsisLinkTed extends Object implements org.onosproject.isis.controller.topology.IsisLinkTed
| Constructor and Description |
|---|
DefaultIsisLinkTed() |
| Modifier and Type | Method and Description |
|---|---|
int |
administrativeGroup() |
boolean |
equals(Object o) |
int |
hashCode() |
org.onlab.packet.Ip4Address |
ipv4InterfaceAddress() |
org.onlab.packet.Ip4Address |
ipv4NeighborAddress() |
org.onlab.util.Bandwidth |
maximumLinkBandwidth() |
org.onlab.util.Bandwidth |
maximumReservableLinkBandwidth() |
void |
setAdministrativeGroup(int administrativeGroup) |
void |
setIpv4InterfaceAddress(org.onlab.packet.Ip4Address interfaceAddress) |
void |
setIpv4NeighborAddress(org.onlab.packet.Ip4Address neighborAddress) |
void |
setMaximumLinkBandwidth(org.onlab.util.Bandwidth bandwidth) |
void |
setMaximumReservableLinkBandwidth(org.onlab.util.Bandwidth bandwidth) |
void |
setTeDefaultMetric(long teMetric) |
void |
setUnreservedBandwidth(List<org.onlab.util.Bandwidth> bandwidth) |
long |
teDefaultMetric() |
String |
toString() |
List<org.onlab.util.Bandwidth> |
unreservedBandwidth() |
public int administrativeGroup()
administrativeGroup in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic void setAdministrativeGroup(int administrativeGroup)
setAdministrativeGroup in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic org.onlab.packet.Ip4Address ipv4InterfaceAddress()
ipv4InterfaceAddress in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic void setIpv4InterfaceAddress(org.onlab.packet.Ip4Address interfaceAddress)
setIpv4InterfaceAddress in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic org.onlab.packet.Ip4Address ipv4NeighborAddress()
ipv4NeighborAddress in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic void setIpv4NeighborAddress(org.onlab.packet.Ip4Address neighborAddress)
setIpv4NeighborAddress in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic org.onlab.util.Bandwidth maximumLinkBandwidth()
maximumLinkBandwidth in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic void setMaximumLinkBandwidth(org.onlab.util.Bandwidth bandwidth)
setMaximumLinkBandwidth in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic org.onlab.util.Bandwidth maximumReservableLinkBandwidth()
maximumReservableLinkBandwidth in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic void setMaximumReservableLinkBandwidth(org.onlab.util.Bandwidth bandwidth)
setMaximumReservableLinkBandwidth in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic List<org.onlab.util.Bandwidth> unreservedBandwidth()
unreservedBandwidth in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic void setUnreservedBandwidth(List<org.onlab.util.Bandwidth> bandwidth)
setUnreservedBandwidth in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic long teDefaultMetric()
teDefaultMetric in interface org.onosproject.isis.controller.topology.IsisLinkTedpublic void setTeDefaultMetric(long teMetric)
setTeDefaultMetric in interface org.onosproject.isis.controller.topology.IsisLinkTedCopyright © 2016. All rights reserved.