Interface LocalRoutes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LocalRoutes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<LocalRoutesTop>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LocalAggregateTop, LocalStaticTop

    public interface LocalRoutes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LocalRoutesTop>, org.opendaylight.yangtools.yang.binding.Augmentable<LocalRoutes>, LocalStaticTop, LocalAggregateTop
    Top-level container for local routes

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

     container local-routes {
       container config {
         uses local-routes-config;
       }
       container state {
         config false;
         uses local-routes-config;
         uses local-routes-state;
       }
       uses local-static-top;
       uses local-aggregate-top;
     }
     
    The schema path to identify an instance is openconfig-local-routing/local-routes-top/local-routes

    To create instances of this class use LocalRoutesBuilder.

    See Also:
    LocalRoutesBuilder
    • Field Detail

      • QNAME

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

      • getConfig

        @Nullable Config getConfig()
        Configuration data for locally defined routes
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top.local.routes.Config config, or null if not present
      • getState

        @Nullable State getState()
        Operational state data for locally defined routes
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.local.routing.rev151009.local.routes.top.local.routes.State state, or null if not present