Home
last modified time | relevance | path

Searched refs:EthernetDeviceType (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dethernet_interface.hpp36 enum class EthernetDeviceType{ enum
88 NLOHMANN_JSON_SERIALIZE_ENUM(EthernetDeviceType, {
89 {EthernetDeviceType::Invalid, "Invalid"},
90 {EthernetDeviceType::Physical, "Physical"},
91 {EthernetDeviceType::Virtual, "Virtual"},
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1946 ethernet_interface::EthernetDeviceType::Virtual; in parseInterfaceData()
1963 ethernet_interface::EthernetDeviceType::Physical; in parseInterfaceData()