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

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

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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

        @Nullable LocalAggregates getLocalAggregates()
        Enclosing container for locally-defined aggregate routes
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.aggregate.top.LocalAggregates localAggregates, or null if not present