Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp1877 const std::string& automaticRetryConfig) in setAutomaticRetry() argument
1884 if (automaticRetryConfig == "Disabled") in setAutomaticRetry()
1888 else if (automaticRetryConfig == "RetryAttempts") in setAutomaticRetry()
1895 automaticRetryConfig); in setAutomaticRetry()
1896 messages::propertyValueNotInList(asyncResp->res, automaticRetryConfig, in setAutomaticRetry()