Searched refs:ReleaseStatusType (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | redfish_extensions.hpp | 8 enum class ReleaseStatusType{ enum 23 NLOHMANN_JSON_SERIALIZE_ENUM(ReleaseStatusType, { 24 {ReleaseStatusType::Invalid, "Invalid"}, 25 {ReleaseStatusType::Standard, "Standard"}, 26 {ReleaseStatusType::Informational, "Informational"}, 27 {ReleaseStatusType::WorkInProgress, "WorkInProgress"}, 28 {ReleaseStatusType::InDevelopment, "InDevelopment"},
|