Searched refs:ResolutionType (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | resolution_step.hpp | 8 enum class ResolutionType{ enum 20 NLOHMANN_JSON_SERIALIZE_ENUM(ResolutionType, { 21 {ResolutionType::Invalid, "Invalid"}, 22 {ResolutionType::ContactVendor, "ContactVendor"}, 23 {ResolutionType::ReplaceComponent, "ReplaceComponent"}, 24 {ResolutionType::FirmwareUpdate, "FirmwareUpdate"}, 25 {ResolutionType::Reset, "Reset"}, 26 {ResolutionType::PowerCycle, "PowerCycle"}, 27 {ResolutionType::ResetToDefaults, "ResetToDefaults"}, 28 {ResolutionType::CollectDiagnosticData, "CollectDiagnosticData"}, [all …]
|