ResiliencyRecommendationComponentsResponse

data class ResiliencyRecommendationComponentsResponse(val currentScore: String? = null, val maxScore: String? = null, val name: String? = null, val recommendations: List<GatewayResiliencyRecommendationResponse>? = null)

Gateway Resiliency based Recommendations

Constructors

constructor(currentScore: String? = null, maxScore: String? = null, name: String? = null, recommendations: List<GatewayResiliencyRecommendationResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentScore: String? = null

Current Score of the gateway

Link copied to clipboard
val maxScore: String? = null

Max score that the gateway can achieve if the specified recommendation is applied

Link copied to clipboard
val name: String? = null

Name of the Resiliency based Recommendation Component

Link copied to clipboard

List of Gateway Resiliency based Recommendations