Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp75 enum class HostingRole{ enum
268 NLOHMANN_JSON_SERIALIZE_ENUM(HostingRole, {
269 {HostingRole::Invalid, "Invalid"},
270 {HostingRole::ApplicationServer, "ApplicationServer"},
271 {HostingRole::StorageServer, "StorageServer"},
272 {HostingRole::Switch, "Switch"},
273 {HostingRole::Appliance, "Appliance"},
274 {HostingRole::BareMetalServer, "BareMetalServer"},
275 {HostingRole::VirtualMachineServer, "VirtualMachineServer"},
276 {HostingRole::ContainerServer, "ContainerServer"},