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;
       }
     }
     
    The schema path to identify an instance is openconfig-interfaces/sub-unnumbered-top
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.sub.unnumbered.top.Unnumbered unnumbered, or null if it is not present.