Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp28 enum class SystemType{ enum
221 NLOHMANN_JSON_SERIALIZE_ENUM(SystemType, {
222 {SystemType::Invalid, "Invalid"},
223 {SystemType::Physical, "Physical"},
224 {SystemType::Virtual, "Virtual"},
225 {SystemType::OS, "OS"},
226 {SystemType::PhysicallyPartitioned, "PhysicallyPartitioned"},
227 {SystemType::VirtuallyPartitioned, "VirtuallyPartitioned"},
228 {SystemType::Composed, "Composed"},
229 {SystemType::DPU, "DPU"},
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_parser_test.cpp40 R"(unquoted_string("SystemType") Not Equal quoted_string("Physical"))"); in TEST()
55 …ring("Status/Health") Equals quoted_string("OK")) or (unquoted_string("SystemType") Equals quoted_… in TEST()
58 …ing("Status/Health") Equals quoted_string("OK"))) or (unquoted_string("SystemType") Equals quoted_… in TEST()
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSystemStore.js33 system.systemType = data.SystemType;
/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp701 asyncResp->res.jsonValue["SystemType"] = computer_system::SystemType::OS; in handleHypervisorSystemGet()
H A Dsystems.hpp3060 computer_system::SystemType::Physical; in handleComputerSystemGet()
/openbmc/bmcweb/
H A DRedfish.md789 - SystemType