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.hpp30 enum class EthernetDeviceType{ enum
78 NLOHMANN_JSON_SERIALIZE_ENUM(EthernetDeviceType, {
79 {EthernetDeviceType::Invalid, "Invalid"},
80 {EthernetDeviceType::Physical, "Physical"},
81 {EthernetDeviceType::Virtual, "Virtual"},
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp1903 ethernet_interface::EthernetDeviceType::Virtual; in parseInterfaceData()
1920 ethernet_interface::EthernetDeviceType::Physical; in parseInterfaceData()