Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcoolant_connector.hpp8 enum class CoolantConnectorType{ enum
17 NLOHMANN_JSON_SERIALIZE_ENUM(CoolantConnectorType, {
18 {CoolantConnectorType::Invalid, "Invalid"},
19 {CoolantConnectorType::Pair, "Pair"},
20 {CoolantConnectorType::Supply, "Supply"},
21 {CoolantConnectorType::Return, "Return"},
22 {CoolantConnectorType::Inline, "Inline"},
23 {CoolantConnectorType::Closed, "Closed"},