Interface LocalAggregateTop

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

    @Generated("mdsal-binding-generator")
    public interface LocalAggregateTop
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Top-level grouping for local aggregates

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

     grouping local-aggregate-top {
       container local-aggregates {
         list aggregate {
           key prefix;
           leaf prefix {
             type leafref {
               path ../config/prefix;
             }
           }
           container config {
             uses local-aggregate-config;
           }
           container state {
             config false;
             uses local-aggregate-config;
             uses local-aggregate-state;
           }
         }
       }
     }
     
    • 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 LocalAggregateTop> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLocalAggregates

        LocalAggregates getLocalAggregates()
        Return localAggregates, or null if it is not present.
             
                 Enclosing container for locally-defined aggregate routes
             
         
        Returns:
        LocalAggregates localAggregates, or null if it is not present.