Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomputer_system.hpp126 enum class AutomaticRetryConfig{ enum
333 NLOHMANN_JSON_SERIALIZE_ENUM(AutomaticRetryConfig, {
334 {AutomaticRetryConfig::Invalid, "Invalid"},
335 {AutomaticRetryConfig::Disabled, "Disabled"},
336 {AutomaticRetryConfig::RetryAttempts, "RetryAttempts"},
337 {AutomaticRetryConfig::RetryAlways, "RetryAlways"},
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot394 RETURN ${resp["AutomaticRetryConfig"]}
754 …Redfish.Patch /redfish/v1/Systems/${SYSTEM_ID} body={"Boot": {"AutomaticRetryConfig": "${setting…