Home
last modified time | relevance | path

Searched refs:PowerEquipmentType (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dpower_distribution.hpp8 enum class PowerEquipmentType{ enum
27 NLOHMANN_JSON_SERIALIZE_ENUM(PowerEquipmentType, {
28 {PowerEquipmentType::Invalid, "Invalid"},
29 {PowerEquipmentType::RackPDU, "RackPDU"},
30 {PowerEquipmentType::FloorPDU, "FloorPDU"},
31 {PowerEquipmentType::ManualTransferSwitch, "ManualTransferSwitch"},
32 {PowerEquipmentType::AutomaticTransferSwitch, "AutomaticTransferSwitch"},
33 {PowerEquipmentType::Switchgear, "Switchgear"},
34 {PowerEquipmentType::PowerShelf, "PowerShelf"},
35 {PowerEquipmentType::Bus, "Bus"},
[all …]