Searched refs:CXLEntryType (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | log_entry.hpp | 155 enum class CXLEntryType{ enum 309 NLOHMANN_JSON_SERIALIZE_ENUM(CXLEntryType, { 310 {CXLEntryType::Invalid, "Invalid"}, 311 {CXLEntryType::DynamicCapacity, "DynamicCapacity"}, 312 {CXLEntryType::Informational, "Informational"}, 313 {CXLEntryType::Warning, "Warning"}, 314 {CXLEntryType::Failure, "Failure"}, 315 {CXLEntryType::Fatal, "Fatal"},
|