Interface ForwardingRulesManagerConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ForwardingRulesManagerConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ForwardingRulesManagerConfigData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface ForwardingRulesManagerConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ForwardingRulesManagerConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<ForwardingRulesManagerConfig>

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

     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;
       }
     }
     
    The schema path to identify an instance is forwarding-rules-manager-config/forwarding-rules-manager-config

    To create instances of this class use ForwardingRulesManagerConfigBuilder.

    See Also:
    ForwardingRulesManagerConfigBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ForwardingRulesManagerConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isDisableReconciliation

        @Nullable Boolean isDisableReconciliation()
        Returns:
        java.lang.Boolean disableReconciliation, or null if not present
      • isStaleMarkingEnabled

        @Nullable Boolean isStaleMarkingEnabled()
        Returns:
        java.lang.Boolean staleMarkingEnabled, or null if not present
      • getReconciliationRetryCount

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getReconciliationRetryCount()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 reconciliationRetryCount, or null if not present
      • isBundleBasedReconciliationEnabled

        @Nullable Boolean isBundleBasedReconciliationEnabled()
        Returns:
        java.lang.Boolean bundleBasedReconciliationEnabled, or null if not present