public class LinkTLV extends OSPFTLV
log, tlv_bytes, TLVType, TotalTLVLength
Constructor and Description |
---|
LinkTLV() |
LinkTLV(byte[] bytes,
int offset) |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLength
public LinkTLV()
public LinkTLV(byte[] bytes, int offset) throws MalformedOSPFTLVException
MalformedOSPFTLVException
public LinkType getLinkType()
public void setLinkType(LinkType linkType)
public LinkID getLinkID()
public void setLinkID(LinkID linkID)
public LocalInterfaceIPAddress getLocalInterfaceIPAddress()
public void setLocalInterfaceIPAddress(LocalInterfaceIPAddress localInterfaceIPAddress)
public RemoteInterfaceIPAddress getRemoteInterfaceIPAddress()
public void setRemoteInterfaceIPAddress(RemoteInterfaceIPAddress remoteInterfaceIPAddress)
public MaximumBandwidth getMaximumBandwidth()
public void setMaximumBandwidth(MaximumBandwidth maximumBandwidth)
public MaximumReservableBandwidth getMaximumReservableBandwidth()
public void setMaximumReservableBandwidth(MaximumReservableBandwidth maximumReservableBandwidth)
public UnreservedBandwidth getUnreservedBandwidth()
public void setUnreservedBandwidth(UnreservedBandwidth unreservedBandwidth)
public AvailableLabels getAvailableLabels()
public void setAvailableLabels(AvailableLabels availableLabels)
public AdministrativeGroup getAdministrativeGroup()
public void setAdministrativeGroup(AdministrativeGroup administrativeGroup)
public TrafficEngineeringMetric getTrafficEngineeringMetric()
public void setTrafficEngineeringMetric(TrafficEngineeringMetric trafficEngineeringMetric)
public LinkLocalRemoteIdentifiers getLinkLocalRemoteIdentifiers()
public void setLinkLocalRemoteIdentifiers(LinkLocalRemoteIdentifiers linkLocalRemoteIdentifiers)
public LinkProtectionType getLinkProtectionType()
public void setLinkProtectionType(LinkProtectionType linkProtectionType)
public InterfaceSwitchingCapabilityDescriptor getInterfaceSwitchingCapabilityDescriptor()
public void setInterfaceSwitchingCapabilityDescriptor(InterfaceSwitchingCapabilityDescriptor interfaceSwitchingCapabilityDescriptor)
public SharedRiskLinkGroup getSharedRiskLinkGroup()
public void setSharedRiskLinkGroup(SharedRiskLinkGroup sharedRiskLinkGroup)
public RemoteASNumber getRemoteASNumber()
public void setRemoteASNumber(RemoteASNumber remoteASNumber)
public IPv4RemoteASBRID getiPv4RemoteASBRID()
public void setIPv4RemoteASBRID(IPv4RemoteASBRID iPv4RemoteASBRID)
public String printShort()
Copyright © 2016. All rights reserved.