Searched refs:TeamMode (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | ethernet_interface.hpp | 42 enum class TeamMode{ enum 94 NLOHMANN_JSON_SERIALIZE_ENUM(TeamMode, { 95 {TeamMode::Invalid, "Invalid"}, 96 {TeamMode::None, "None"}, 97 {TeamMode::RoundRobin, "RoundRobin"}, 98 {TeamMode::ActiveBackup, "ActiveBackup"}, 99 {TeamMode::XOR, "XOR"}, 100 {TeamMode::Broadcast, "Broadcast"}, 101 {TeamMode::IEEE802_3ad, "IEEE802_3ad"}, 102 {TeamMode::AdaptiveTransmitLoadBalancing, "AdaptiveTransmitLoadBalancing"}, [all …]
|