Interface UnnumberedAdjacency

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UnnumberedAdjacency>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<SrSubobject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Nai

    public interface UnnumberedAdjacency
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<UnnumberedAdjacency>, Nai
    Unnumbered Adjacency with IPv4 NodeIDs

    This class represents the following YANG schema fragment defined in module odl-pcep-segment-routing

     case unnumbered-adjacency {
       when "../sid-type = 'unnumbered'";
       leaf local-node-id {
         type uint32;
       }
       leaf local-interface-id {
         type uint32;
       }
       leaf remote-node-id {
         type uint32;
       }
       leaf remote-interface-id {
         type uint32;
       }
     }
     
    The schema path to identify an instance is odl-pcep-segment-routing/sr-subobject/nai/unnumbered-adjacency
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UnnumberedAdjacency> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLocalNodeId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getLocalNodeId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 localNodeId, or null if not present
      • getLocalInterfaceId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getLocalInterfaceId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 localInterfaceId, or null if not present
      • getRemoteNodeId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getRemoteNodeId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 remoteNodeId, or null if not present
      • getRemoteInterfaceId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getRemoteInterfaceId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 remoteInterfaceId, or null if not present