Interface ErrorMessage

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ErrorMessage>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<ConsistencyChecker>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, InconsistencyAction

    public interface ErrorMessage
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ErrorMessage>, InconsistencyAction
    Specifies that when an inconsistency is found, the system will only generate a syslog message.

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

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

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ErrorMessage> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isGenerateErrorMessageOnly

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