Interface Eigrp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Eigrp>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Redistribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Protocol

    public interface Eigrp
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Eigrp>, Protocol

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

     case eigrp {
       leaf enable-eigrp {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp/redistribute/protocol/eigrp
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Eigrp> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isEnableEigrp

        @Nullable java.lang.Boolean isEnableEigrp()
        Returns:
        java.lang.Boolean enableEigrp, or null if not present