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 261 NLOHMANN_JSON_SERIALIZE_ENUM(SystemType, { 262 {SystemType::Invalid, "Invalid"}, 263 {SystemType::Physical, "Physical"}, 264 {SystemType::Virtual, "Virtual"}, 265 {SystemType::OS, "OS"}, 266 {SystemType::PhysicallyPartitioned, "PhysicallyPartitioned"}, 267 {SystemType::VirtuallyPartitioned, "VirtuallyPartitioned"}, 268 {SystemType::Composed, "Composed"}, 269 {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 | 3051 computer_system::SystemType::Physical; in processComputerSystemGet()
|
| /openbmc/bmcweb/docs/ |
| H A D | Redfish.md | 855 - SystemType
|