Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.SYSLOGFACILITY
Packages that use SYSLOGFACILITY
Package
Description
-
Uses of SYSLOGFACILITY in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121
Subinterfaces of SYSLOGFACILITY in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121Modifier and TypeInterfaceDescriptioninterfaceAll supported facilitiesinterfaceThe facility for log audit messages.interfaceThe facility for security/authorization messages.interfaceThe facility for privileged security/authorization messages.interfaceThe facility for log alert messages.interfaceThe facility for kernel messagesinterfaceThe facility for local use 0 messages.interfaceThe facility for local use 1 messages.interfaceThe facility for local use 2 messages.interfaceThe facility for local use 3 messages.interfaceThe facility for local use 4 messages.interfaceThe facility for local use 5 messages.interfaceThe facility for local use 6 messages.interfaceThe facility for local use 7 messages.interfaceThe facility for the mail system.interfaceThe facility for the NTP subsystem.interfaceThe facility for messages generated internally by syslogd facility.interfaceThe facility for the system daemons.interfaceThe facility for user-level messages.Fields in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121 declared as SYSLOGFACILITYModifier and TypeFieldDescriptionstatic final @NonNull SYSLOGFACILITYSYSLOGFACILITY.VALUESingleton value representing theSYSLOGFACILITYidentity.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121 that return SYSLOGFACILITYModifier and TypeMethodDescriptionLoggingSelectorsConfig.getFacility()Return facility, ornullif it is not present.default @NonNull SYSLOGFACILITYLoggingSelectorsConfig.requireFacility()Return facility, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121 that return types with arguments of type SYSLOGFACILITYModifier and TypeMethodDescriptionClass<? extends SYSLOGFACILITY>SYSLOGFACILITY.implementedInterface() -
Uses of SYSLOGFACILITY in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors that return SYSLOGFACILITYModifier and TypeMethodDescriptionSelector.getFacility()Return facility, ornullif it is not present.SelectorBuilder.getFacility()Return current value associated with the property corresponding toSelector.getFacility().@NonNull SYSLOGFACILITYSelectorKey.getFacility()Return facility, guaranteed to be non-null.default @NonNull SYSLOGFACILITYSelector.requireFacility()Return facility, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors with parameters of type SYSLOGFACILITYModifier and TypeMethodDescriptionSelectorBuilder.setFacility(SYSLOGFACILITY value) Set the property corresponding toSelector.getFacility()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors with parameters of type SYSLOGFACILITYModifierConstructorDescriptionSelectorKey(@NonNull SYSLOGFACILITY _facility, @NonNull SyslogSeverity _severity) Constructs an instance. -
Uses of SYSLOGFACILITY in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.selector
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.selector that return SYSLOGFACILITYModifier and TypeMethodDescriptionConfigBuilder.getFacility()Return current value associated with the property corresponding toLoggingSelectorsConfig.getFacility().StateBuilder.getFacility()Return current value associated with the property corresponding toLoggingSelectorsConfig.getFacility().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.selector with parameters of type SYSLOGFACILITYModifier and TypeMethodDescriptionConfigBuilder.setFacility(SYSLOGFACILITY value) Set the property corresponding toLoggingSelectorsConfig.getFacility()to the specified value.StateBuilder.setFacility(SYSLOGFACILITY value) Set the property corresponding toLoggingSelectorsConfig.getFacility()to the specified value.