Searched refs:ExportType (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | cooling_unit.hpp | 24 enum class ExportType{ enum 59 NLOHMANN_JSON_SERIALIZE_ENUM(ExportType, { 60 {ExportType::Invalid, "Invalid"}, 61 {ExportType::Clone, "Clone"}, 62 {ExportType::Replacement, "Replacement"},
|
| H A D | power_distribution.hpp | 29 enum class ExportType{ enum 69 NLOHMANN_JSON_SERIALIZE_ENUM(ExportType, { 70 {ExportType::Invalid, "Invalid"}, 71 {ExportType::Clone, "Clone"}, 72 {ExportType::Replacement, "Replacement"},
|
| H A D | computer_system.hpp | 218 enum class ExportType{ enum 449 NLOHMANN_JSON_SERIALIZE_ENUM(ExportType, { 450 {ExportType::Invalid, "Invalid"}, 451 {ExportType::NonDestructive, "NonDestructive"}, 452 {ExportType::CloneWithinFabric, "CloneWithinFabric"}, 453 {ExportType::Replacement, "Replacement"},
|