Searched refs:CommandConnectTypesSupported (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | manager.hpp | 26 enum class CommandConnectTypesSupported{ enum 65 NLOHMANN_JSON_SERIALIZE_ENUM(CommandConnectTypesSupported, { 66 {CommandConnectTypesSupported::Invalid, "Invalid"}, 67 {CommandConnectTypesSupported::SSH, "SSH"}, 68 {CommandConnectTypesSupported::Telnet, "Telnet"}, 69 {CommandConnectTypesSupported::IPMI, "IPMI"}, 70 {CommandConnectTypesSupported::Oem, "Oem"},
|