Home
last modified time | relevance | path

Searched refs:OperationApplyTime (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dsettings.hpp10 enum class OperationApplyTime{ enum
28 NLOHMANN_JSON_SERIALIZE_ENUM(OperationApplyTime, {
29 {OperationApplyTime::Invalid, "Invalid"},
30 {OperationApplyTime::Immediate, "Immediate"},
31 {OperationApplyTime::OnReset, "OnReset"},
32 {OperationApplyTime::AtMaintenanceWindowStart, "AtMaintenanceWindowStart"},
33 {OperationApplyTime::InMaintenanceWindowOnReset, "InMaintenanceWindowOnReset"},
34 {OperationApplyTime::OnStartUpdateRequest, "OnStartUpdateRequest"},
35 {OperationApplyTime::OnTargetReset, "OnTargetReset"},
/openbmc/docs/
H A DREDFISH-cheatsheet.md143 …Parameters="{\"Targets\":[\"/redfish/v1/Managers/bmc\"],\"@Redfish.OperationApplyTime\":<apply tim…