Searched refs:SNMPAuthenticationProtocols (Results 1 – 4 of 4) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | aggregation_source.hpp | 10 enum class SNMPAuthenticationProtocols{ enum 43 NLOHMANN_JSON_SERIALIZE_ENUM(SNMPAuthenticationProtocols, { 44 {SNMPAuthenticationProtocols::Invalid, "Invalid"}, 45 {SNMPAuthenticationProtocols::None, "None"}, 46 {SNMPAuthenticationProtocols::CommunityString, "CommunityString"}, 47 {SNMPAuthenticationProtocols::HMAC_MD5, "HMAC_MD5"}, 48 {SNMPAuthenticationProtocols::HMAC_SHA96, "HMAC_SHA96"}, 49 {SNMPAuthenticationProtocols::HMAC128_SHA224, "HMAC128_SHA224"}, 50 {SNMPAuthenticationProtocols::HMAC192_SHA256, "HMAC192_SHA256"}, 51 {SNMPAuthenticationProtocols::HMAC256_SHA384, "HMAC256_SHA384"}, [all …]
|
H A D | manager_network_protocol.hpp | 23 enum class SNMPAuthenticationProtocols{ enum 58 NLOHMANN_JSON_SERIALIZE_ENUM(SNMPAuthenticationProtocols, { 59 {SNMPAuthenticationProtocols::Invalid, "Invalid"}, 60 {SNMPAuthenticationProtocols::Account, "Account"}, 61 {SNMPAuthenticationProtocols::CommunityString, "CommunityString"}, 62 {SNMPAuthenticationProtocols::HMAC_MD5, "HMAC_MD5"}, 63 {SNMPAuthenticationProtocols::HMAC_SHA96, "HMAC_SHA96"}, 64 {SNMPAuthenticationProtocols::HMAC128_SHA224, "HMAC128_SHA224"}, 65 {SNMPAuthenticationProtocols::HMAC192_SHA256, "HMAC192_SHA256"}, 66 {SNMPAuthenticationProtocols::HMAC256_SHA384, "HMAC256_SHA384"}, [all …]
|
H A D | manager_account.hpp | 23 enum class SNMPAuthenticationProtocols{ enum 56 NLOHMANN_JSON_SERIALIZE_ENUM(SNMPAuthenticationProtocols, { 57 {SNMPAuthenticationProtocols::Invalid, "Invalid"}, 58 {SNMPAuthenticationProtocols::None, "None"}, 59 {SNMPAuthenticationProtocols::HMAC_MD5, "HMAC_MD5"}, 60 {SNMPAuthenticationProtocols::HMAC_SHA96, "HMAC_SHA96"}, 61 {SNMPAuthenticationProtocols::HMAC128_SHA224, "HMAC128_SHA224"}, 62 {SNMPAuthenticationProtocols::HMAC192_SHA256, "HMAC192_SHA256"}, 63 {SNMPAuthenticationProtocols::HMAC256_SHA384, "HMAC256_SHA384"}, 64 {SNMPAuthenticationProtocols::HMAC384_SHA512, "HMAC384_SHA512"},
|
H A D | event_destination.hpp | 49 enum class SNMPAuthenticationProtocols{ enum 150 NLOHMANN_JSON_SERIALIZE_ENUM(SNMPAuthenticationProtocols, { 151 {SNMPAuthenticationProtocols::Invalid, "Invalid"}, 152 {SNMPAuthenticationProtocols::None, "None"}, 153 {SNMPAuthenticationProtocols::CommunityString, "CommunityString"}, 154 {SNMPAuthenticationProtocols::HMAC_MD5, "HMAC_MD5"}, 155 {SNMPAuthenticationProtocols::HMAC_SHA96, "HMAC_SHA96"}, 156 {SNMPAuthenticationProtocols::HMAC128_SHA224, "HMAC128_SHA224"}, 157 {SNMPAuthenticationProtocols::HMAC192_SHA256, "HMAC192_SHA256"}, 158 {SNMPAuthenticationProtocols::HMAC256_SHA384, "HMAC256_SHA384"}, [all …]
|