Interface Rip

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Rip>, 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 Rip
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Rip>, Protocol

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

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

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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

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