Interface LinkIdentifier

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LinkLrIdentifiers
    All Known Subinterfaces:
    LinkDescriptors

    public interface LinkIdentifier
    extends org.opendaylight.yangtools.yang.binding.DataObject, LinkLrIdentifiers

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     grouping link-identifier {
       uses link-lr-identifiers;
       leaf ipv4-interface-address {
         type ipv4-interface-identifier;
       }
       leaf ipv6-interface-address {
         type ipv6-interface-identifier;
       }
       leaf ipv4-neighbor-address {
         type ipv4-interface-identifier;
       }
       leaf ipv6-neighbor-address {
         type ipv6-interface-identifier;
       }
       leaf multi-topology-id {
         type topology-identifier;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/link-identifier
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends LinkIdentifier> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface LinkLrIdentifiers
      • getIpv4InterfaceAddress

        @Nullable Ipv4InterfaceIdentifier getIpv4InterfaceAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.Ipv4InterfaceIdentifier ipv4InterfaceAddress, or null if not present
      • getIpv6InterfaceAddress

        @Nullable Ipv6InterfaceIdentifier getIpv6InterfaceAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.Ipv6InterfaceIdentifier ipv6InterfaceAddress, or null if not present
      • getIpv4NeighborAddress

        @Nullable Ipv4InterfaceIdentifier getIpv4NeighborAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.Ipv4InterfaceIdentifier ipv4NeighborAddress, or null if not present
      • getIpv6NeighborAddress

        @Nullable Ipv6InterfaceIdentifier getIpv6NeighborAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.Ipv6InterfaceIdentifier ipv6NeighborAddress, or null if not present
      • getMultiTopologyId

        @Nullable TopologyIdentifier getMultiTopologyId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.TopologyIdentifier multiTopologyId, or null if not present