Home
last modified time | relevance | path

Searched refs:ExportType (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcooling_unit.hpp24 enum class ExportType{ enum
59 NLOHMANN_JSON_SERIALIZE_ENUM(ExportType, {
60 {ExportType::Invalid, "Invalid"},
61 {ExportType::Clone, "Clone"},
62 {ExportType::Replacement, "Replacement"},
H A Dpower_distribution.hpp29 enum class ExportType{ enum
69 NLOHMANN_JSON_SERIALIZE_ENUM(ExportType, {
70 {ExportType::Invalid, "Invalid"},
71 {ExportType::Clone, "Clone"},
72 {ExportType::Replacement, "Replacement"},
H A Dcomputer_system.hpp218 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"},