All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject
All Known Subinterfaces:
ALL, AUDIT, AUTH, AUTHPRIV, CONSOLE, KERNEL, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7, MAIL, NTP, SYSLOG, SYSTEMDAEMON, USER

@Generated("mdsal-binding-generator") public interface SYSLOGFACILITY extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Base identity for Syslog message facilities.

This class represents the following YANG schema fragment defined in module openconfig-system-logging

 identity SYSLOG_FACILITY {
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
    static final @NonNull SYSLOGFACILITY
    Singleton value representing the SYSLOGFACILITY identity.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • VALUE

      static final @NonNull SYSLOGFACILITY VALUE
      Singleton value representing the SYSLOGFACILITY identity.
  • Method Details

    • implementedInterface

      Class<? extends SYSLOGFACILITY> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>