Searched refs:SystemType (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | computer_system.hpp | 30 enum class SystemType{ enum 237 NLOHMANN_JSON_SERIALIZE_ENUM(SystemType, { 238 {SystemType::Invalid, "Invalid"}, 239 {SystemType::Physical, "Physical"}, 240 {SystemType::Virtual, "Virtual"}, 241 {SystemType::OS, "OS"}, 242 {SystemType::PhysicallyPartitioned, "PhysicallyPartitioned"}, 243 {SystemType::VirtuallyPartitioned, "VirtuallyPartitioned"}, 244 {SystemType::Composed, "Composed"}, 245 {SystemType::DPU, "DPU"},
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | filter_expr_parser_test.cpp | 42 R"(unquoted_string("SystemType") Not Equal quoted_string("Physical"))"); in TEST() 57 …ring("Status/Health") Equals quoted_string("OK")) or (unquoted_string("SystemType") Equals quoted_… in TEST() 60 …ing("Status/Health") Equals quoted_string("OK"))) or (unquoted_string("SystemType") Equals quoted_… in TEST()
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | SystemStore.js | 36 system.systemType = data.SystemType;
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | hypervisor_system.hpp | 720 asyncResp->res.jsonValue["SystemType"] = computer_system::SystemType::OS; in handleHypervisorSystemGet()
|
H A D | systems.hpp | 3053 computer_system::SystemType::Physical; in handleComputerSystemGet()
|
/openbmc/bmcweb/ |
H A D | Redfish.md | 824 - SystemType
|