Searched refs:LogicalContext (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | physical_context.hpp | 72 enum class LogicalContext{ enum 146 NLOHMANN_JSON_SERIALIZE_ENUM(LogicalContext, { 147 {LogicalContext::Invalid, "Invalid"}, 148 {LogicalContext::Capacity, "Capacity"}, 149 {LogicalContext::Environment, "Environment"}, 150 {LogicalContext::Network, "Network"}, 151 {LogicalContext::Performance, "Performance"}, 152 {LogicalContext::Security, "Security"}, 153 {LogicalContext::Storage, "Storage"},
|