Searched refs:OperationApplyTime (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | settings.hpp | 8 enum class OperationApplyTime{ enum 26 NLOHMANN_JSON_SERIALIZE_ENUM(OperationApplyTime, { 27 {OperationApplyTime::Invalid, "Invalid"}, 28 {OperationApplyTime::Immediate, "Immediate"}, 29 {OperationApplyTime::OnReset, "OnReset"}, 30 {OperationApplyTime::AtMaintenanceWindowStart, "AtMaintenanceWindowStart"}, 31 {OperationApplyTime::InMaintenanceWindowOnReset, "InMaintenanceWindowOnReset"}, 32 {OperationApplyTime::OnStartUpdateRequest, "OnStartUpdateRequest"}, 33 {OperationApplyTime::OnTargetReset, "OnTargetReset"},
|
/openbmc/docs/ |
H A D | REDFISH-cheatsheet.md | 143 …Parameters="{\"Targets\":[\"/redfish/v1/Managers/bmc\"],\"@Redfish.OperationApplyTime\":<apply tim…
|