Searched refs:LBAFormatType (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | volume.hpp | 100 enum class LBAFormatType{ enum 244 NLOHMANN_JSON_SERIALIZE_ENUM(LBAFormatType, { 245 {LBAFormatType::Invalid, "Invalid"}, 246 {LBAFormatType::LBAFormat0, "LBAFormat0"}, 247 {LBAFormatType::LBAFormat1, "LBAFormat1"}, 248 {LBAFormatType::LBAFormat2, "LBAFormat2"}, 249 {LBAFormatType::LBAFormat3, "LBAFormat3"}, 250 {LBAFormatType::LBAFormat4, "LBAFormat4"}, 251 {LBAFormatType::LBAFormat5, "LBAFormat5"}, 252 {LBAFormatType::LBAFormat6, "LBAFormat6"}, [all …]
|