Searched refs:RoutingScope (Results 1 – 1 of 1) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | ethernet_interface.hpp | 54 enum class RoutingScope{ enum 106 NLOHMANN_JSON_SERIALIZE_ENUM(RoutingScope, { 107 {RoutingScope::Invalid, "Invalid"}, 108 {RoutingScope::External, "External"}, 109 {RoutingScope::HostOnly, "HostOnly"}, 110 {RoutingScope::Internal, "Internal"}, 111 {RoutingScope::Limited, "Limited"},
|