ResiliencyRecommendationComponents Class
Gateway Resiliency based Recommendations.
Constructor
ResiliencyRecommendationComponents(*, name: str | None = None, current_score: str | None = None, max_score: str | None = None, recommendations: List[_models.GatewayResiliencyRecommendation] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the Resiliency based Recommendation Component. Default value: None
|
current_score
|
Current Score of the gateway. Default value: None
|
max_score
|
Max score that the gateway can achieve if the specified recommendation is applied. Default value: None
|
recommendations
|
List of Gateway Resiliency based Recommendations. Default value: None
|
Variables
Name | Description |
---|---|
name
|
Name of the Resiliency based Recommendation Component. |
current_score
|
Current Score of the gateway. |
max_score
|
Max score that the gateway can achieve if the specified recommendation is applied. |
recommendations
|
List of Gateway Resiliency based Recommendations. |