All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
Actions

@Generated("mdsal-binding-generator") public interface GenericActions extends org.opendaylight.yangtools.binding.Grouping
Definitions for common set of policy action statements that manage the disposition or control flow of the policy

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

 grouping generic-actions {
   choice route-disposition {
     leaf accept-route {
       type empty;
     }
     leaf reject-route {
       type empty;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return routeDisposition, or null if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getRouteDisposition

      RouteDisposition getRouteDisposition()
      Return routeDisposition, or null if it is not present.
           
               Select the final disposition for the route, either accept or reject.
           
       
      Returns:
      RouteDisposition routeDisposition, or null if it is not present.