Searched refs:HostingRole (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | computer_system.hpp | 75 enum class HostingRole{ enum 282 NLOHMANN_JSON_SERIALIZE_ENUM(HostingRole, { 283 {HostingRole::Invalid, "Invalid"}, 284 {HostingRole::ApplicationServer, "ApplicationServer"}, 285 {HostingRole::StorageServer, "StorageServer"}, 286 {HostingRole::Switch, "Switch"}, 287 {HostingRole::Appliance, "Appliance"}, 288 {HostingRole::BareMetalServer, "BareMetalServer"}, 289 {HostingRole::VirtualMachineServer, "VirtualMachineServer"}, 290 {HostingRole::ContainerServer, "ContainerServer"},
|