Searched refs:CommandConnectTypesSupported (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | manager.hpp | 28 enum class CommandConnectTypesSupported{ enum 76 NLOHMANN_JSON_SERIALIZE_ENUM(CommandConnectTypesSupported, { 77 {CommandConnectTypesSupported::Invalid, "Invalid"}, 78 {CommandConnectTypesSupported::SSH, "SSH"}, 79 {CommandConnectTypesSupported::Telnet, "Telnet"}, 80 {CommandConnectTypesSupported::IPMI, "IPMI"}, 81 {CommandConnectTypesSupported::Oem, "Oem"},
|