Interface InconsistencyAction

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<ConsistencyChecker>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    Autorepair, ErrorMessage

    public interface InconsistencyAction
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<ConsistencyChecker>

    This class represents the following YANG schema fragment defined in module bgp

     choice inconsistency-action {
       case error-message {
         leaf generate-error-message-only {
           type boolean;
         }
       }
       case autorepair {
         leaf perform-autorepair {
           type boolean;
         }
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv4/unicast/bgp/consistency-checker/inconsistency-action
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

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