Home
last modified time | relevance | path

Searched refs:WatchdogWarningActions (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp94 enum class WatchdogWarningActions{ enum
287 NLOHMANN_JSON_SERIALIZE_ENUM(WatchdogWarningActions, {
288 {WatchdogWarningActions::Invalid, "Invalid"},
289 {WatchdogWarningActions::None, "None"},
290 {WatchdogWarningActions::DiagnosticInterrupt, "DiagnosticInterrupt"},
291 {WatchdogWarningActions::SMI, "SMI"},
292 {WatchdogWarningActions::MessagingInterrupt, "MessagingInterrupt"},
293 {WatchdogWarningActions::SCI, "SCI"},
294 {WatchdogWarningActions::OEM, "OEM"},