Interface IsisLanIdentifier

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

    @Generated("mdsal-binding-generator")
    public interface IsisLanIdentifier
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping isis-lan-identifier {
       container is-is-router-identifier {
         uses isis-router-identifier;
       }
       leaf psn {
         type uint8 {
           range 1..255;
         }
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/isis-lan-identifier
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        IsIsRouterIdentifier getIsIsRouterIdentifier()
        Return isIsRouterIdentifier, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.isis.lan.identifier.IsIsRouterIdentifier isIsRouterIdentifier, or null if it is not present.
      • getPsn

        org.opendaylight.yangtools.yang.common.Uint8 getPsn()
        Return psn, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 psn, or null if it is not present.