Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.SYSLOGFACILITY
-
-
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.rev181121 Modifier and Type Interface Description interfaceALLAll supported facilitiesinterfaceAUDITThe facility for log audit messages.interfaceAUTHThe facility for security/authorization messages.interfaceAUTHPRIVThe facility for privileged security/authorization messages.interfaceCONSOLEThe facility for log alert messages.interfaceKERNELThe facility for kernel messagesinterfaceLOCAL0The facility for local use 0 messages.interfaceLOCAL1The facility for local use 1 messages.interfaceLOCAL2The facility for local use 2 messages.interfaceLOCAL3The facility for local use 3 messages.interfaceLOCAL4The facility for local use 4 messages.interfaceLOCAL5The facility for local use 5 messages.interfaceLOCAL6The facility for local use 6 messages.interfaceLOCAL7The facility for local use 7 messages.interfaceMAILThe facility for the mail system.interfaceNTPThe facility for the NTP subsystem.interfaceSYSLOGThe facility for messages generated internally by syslogd facility.interfaceSYSTEMDAEMONThe facility for the system daemons.interfaceUSERThe facility for user-level messages.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121 that return types with arguments of type SYSLOGFACILITY Modifier and Type Method Description Class<? extends SYSLOGFACILITY>LoggingSelectorsConfig. getFacility()Return facility, ornullif it is not present.default @NonNull Class<? extends SYSLOGFACILITY>LoggingSelectorsConfig. requireFacility()Return facility, guaranteed to be non-null. -
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 types with arguments of type SYSLOGFACILITY Modifier and Type Method Description Class<? extends SYSLOGFACILITY>Selector. getFacility()Return facility, ornullif it is not present.Class<? extends SYSLOGFACILITY>SelectorBuilder. getFacility()@NonNull Class<? extends SYSLOGFACILITY>SelectorKey. getFacility()default @NonNull Class<? extends SYSLOGFACILITY>Selector. requireFacility()Return facility, guaranteed to be non-null.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors with type arguments of type SYSLOGFACILITY Modifier and Type Method Description SelectorBuilderSelectorBuilder. setFacility(Class<? extends SYSLOGFACILITY> value)Constructor parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors with type arguments of type SYSLOGFACILITY Constructor Description SelectorKey(@NonNull Class<? extends SYSLOGFACILITY> _facility, @NonNull SyslogSeverity _severity) -
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 types with arguments of type SYSLOGFACILITY Modifier and Type Method Description Class<? extends SYSLOGFACILITY>ConfigBuilder. getFacility()Class<? extends SYSLOGFACILITY>StateBuilder. getFacility()Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.selector with type arguments of type SYSLOGFACILITY Modifier and Type Method Description ConfigBuilderConfigBuilder. setFacility(Class<? extends SYSLOGFACILITY> value)StateBuilderStateBuilder. setFacility(Class<? extends SYSLOGFACILITY> value)
-