Searched refs:ReceptacleType (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | outlet.hpp | 15 enum class ReceptacleType{ enum 46 NLOHMANN_JSON_SERIALIZE_ENUM(ReceptacleType, { 47 {ReceptacleType::Invalid, "Invalid"}, 48 {ReceptacleType::NEMA_5_15R, "NEMA_5_15R"}, 49 {ReceptacleType::NEMA_5_20R, "NEMA_5_20R"}, 50 {ReceptacleType::NEMA_L5_20R, "NEMA_L5_20R"}, 51 {ReceptacleType::NEMA_L5_30R, "NEMA_L5_30R"}, 52 {ReceptacleType::NEMA_L6_20R, "NEMA_L6_20R"}, 53 {ReceptacleType::NEMA_L6_30R, "NEMA_L6_30R"}, 54 {ReceptacleType::IEC_60320_C13, "IEC_60320_C13"}, [all …]
|