Interface LinkLrIdentifiers

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

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

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

     grouping link-lr-identifiers {
       leaf link-local-identifier {
         type uint32;
       }
       leaf link-remote-identifier {
         type uint32;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/link-lr-identifiers
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getLinkLocalIdentifier()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 linkLocalIdentifier, or null if not present
      • getLinkRemoteIdentifier

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