Lines Matching refs:redundancy
13 #include "generated/enums/redundancy.hpp"
405 * @brief Retrieves requested chassis sensors and redundancy data from DBus .
603 "Invalid redundancy interface");
683 nlohmann::json::object_t redundancy;
691 redundancy["@odata.id"] = std::move(url);
692 redundancy["@odata.type"] =
694 redundancy["MinNumNeeded"] = minNumNeeded;
695 redundancy["Mode"] =
696 redundancy::RedundancyType::NPlusM;
697 redundancy["Name"] = name;
698 redundancy["RedundancySet"] = redfishCollection;
699 redundancy["Status"]["Health"] = health;
700 redundancy["Status"]["State"] =
703 jResp.emplace_back(std::move(redundancy));