Interface Ospf

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

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

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

      • QNAME

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

      • implementedInterface

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

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