Interface OspfBindingFlags

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

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

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

     grouping ospf-binding-flags {
       leaf mirroring {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp-segment-routingospf-binding-flags
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Boolean getMirroring()
        Return mirroring, or null if it is not present.
        Returns:
        Boolean mirroring, or null if it is not present.
      • requireMirroring

        default @NonNull Boolean requireMirroring()
        Return mirroring, guaranteed to be non-null.
        Returns:
        Boolean mirroring, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if mirroring is not present