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.hpp1891 const uint64_t computerSystemIndex, const std::string& automaticRetryConfig) in setAutomaticRetry() argument
1898 if (automaticRetryConfig == "Disabled") in setAutomaticRetry()
1902 else if (automaticRetryConfig == "RetryAttempts") in setAutomaticRetry()
1909 automaticRetryConfig); in setAutomaticRetry()
1910 messages::propertyValueNotInList(asyncResp->res, automaticRetryConfig, in setAutomaticRetry()