Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dchassis.hpp10 enum class ChassisType{ enum
97 NLOHMANN_JSON_SERIALIZE_ENUM(ChassisType, {
98 {ChassisType::Invalid, "Invalid"},
99 {ChassisType::Rack, "Rack"},
100 {ChassisType::Blade, "Blade"},
101 {ChassisType::Enclosure, "Enclosure"},
102 {ChassisType::StandAlone, "StandAlone"},
103 {ChassisType::RackMount, "RackMount"},
104 {ChassisType::Card, "Card"},
105 {ChassisType::Cartridge, "Cartridge"},
[all …]
/openbmc/bmcweb/test/redfish-core/lib/
H A Dchassis_test.cpp70 chassis::ChassisType::Blade, in TEST()
74 chassis::ChassisType::Component, in TEST()
78 chassis::ChassisType::Enclosure, in TEST()
82 chassis::ChassisType::Module, in TEST()
86 chassis::ChassisType::RackMount, in TEST()
90 chassis::ChassisType::StandAlone, in TEST()
94 chassis::ChassisType::StorageEnclosure, in TEST()
98 chassis::ChassisType::Zone, in TEST()
102 chassis::ChassisType::Invalid, in TEST()
/openbmc/pldm/host-bmc/dbus/
H A Dchassis.cpp8 auto ItemChassis::type() const -> ChassisType in type()
14 auto ItemChassis::type(ChassisType value) -> ChassisType in type()
H A Dchassis.hpp32 ChassisType type() const override;
35 ChassisType type(ChassisType value) override;
/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp53 inline chassis::ChassisType translateChassisTypeToRedfish( in translateChassisTypeToRedfish()
59 return chassis::ChassisType::Blade; in translateChassisTypeToRedfish()
64 return chassis::ChassisType::Component; in translateChassisTypeToRedfish()
69 return chassis::ChassisType::Enclosure; in translateChassisTypeToRedfish()
74 return chassis::ChassisType::Module; in translateChassisTypeToRedfish()
79 return chassis::ChassisType::RackMount; in translateChassisTypeToRedfish()
84 return chassis::ChassisType::StandAlone; in translateChassisTypeToRedfish()
89 return chassis::ChassisType::StorageEnclosure; in translateChassisTypeToRedfish()
94 return chassis::ChassisType::Zone; in translateChassisTypeToRedfish()
96 return chassis::ChassisType::Invalid; in translateChassisTypeToRedfish()
[all …]
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DChassisStore.js20 ChassisType,
37 chassisType: ChassisType,
/openbmc/webui-vue/src/api/types/
H A Dredfish.ts120 ChassisType?: string; property
/openbmc/bmcweb/docs/
H A DRedfish.md227 - ChassisType