Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Doutbound_connection.hpp8 enum class OutboundConnectionRetryPolicyType{ enum
23 NLOHMANN_JSON_SERIALIZE_ENUM(OutboundConnectionRetryPolicyType, {
24 {OutboundConnectionRetryPolicyType::Invalid, "Invalid"},
25 {OutboundConnectionRetryPolicyType::None, "None"},
26 {OutboundConnectionRetryPolicyType::RetryForever, "RetryForever"},
27 {OutboundConnectionRetryPolicyType::RetryCount, "RetryCount"},