All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface ForwardingRulesManagerConfigData extends org.opendaylight.yangtools.yang.binding.DataRoot
Configuration for Forwarding Rules Manager application..

This class represents the following YANG schema fragment defined in module forwarding-rules-manager-config

 module forwarding-rules-manager-config {
   yang-version 1;
   namespace urn:opendaylight:params:xml:ns:yang:openflowplugin:app:forwardingrules-manager:config;
   prefix frm;
   revision 2016-05-11 {
   }
   container forwarding-rules-manager-config {
     leaf disable-reconciliation {
       type boolean;
       default false;
     }
     leaf stale-marking-enabled {
       type boolean;
       default false;
     }
     leaf reconciliation-retry-count {
       type uint16;
       default 5;
     }
     leaf bundle-based-reconciliation-enabled {
       type boolean;
       default false;
     }
   }
 }
 
  • Method Details

    • getForwardingRulesManagerConfig

      ForwardingRulesManagerConfig getForwardingRulesManagerConfig()
      Return forwardingRulesManagerConfig, or null if it is not present.
      Returns:
      ForwardingRulesManagerConfig forwardingRulesManagerConfig, or null if it is not present.