Interface SubUnnumberedTop

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

    @Generated("mdsal-binding-generator")
    public interface SubUnnumberedTop
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Top-level grouping unnumbered subinterfaces

    This class represents the following YANG schema fragment defined in module openconfig-interfaces

     grouping sub-unnumbered-top {
       container unnumbered {
         container config {
           uses sub-unnumbered-config;
         }
         container state {
           config false;
           uses sub-unnumbered-config;
           uses sub-unnumbered-state;
         }
         uses oc-if:interface-ref;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        Unnumbered getUnnumbered()
        Return unnumbered, or null if it is not present.
             
                 Top-level container for setting unnumbered interfaces. Includes reference the
                 interface that provides the address information
             
         
        Returns:
        Unnumbered unnumbered, or null if it is not present.