GatewayResiliencyInformation Class
Gateway Resiliency Information.
Constructor
GatewayResiliencyInformation(*, overall_score: str | None = None, score_change: str | None = None, min_score_from_recommendations: str | None = None, max_score_from_recommendations: str | None = None, last_computed_time: datetime | None = None, next_eligible_compute_time: datetime | None = None, components: List[_models.ResiliencyRecommendationComponents] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
overall_score
|
Current Resiliency Score for the gateway. Default value: None
|
score_change
|
Update in the Resiliency Score for the gateway from the last computed score. Default value: None
|
min_score_from_recommendations
|
Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway. Default value: None
|
max_score_from_recommendations
|
Maximum increase expected in the score if all of the recommendations are applied for the gateway. Default value: None
|
last_computed_time
|
Timestamp denoting the last time when the resiliency score was computed for the gateway. Default value: None
|
next_eligible_compute_time
|
Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway. Default value: None
|
components
|
List of Resiliency based Recommendation Components for the gateway. Default value: None
|
Variables
Name | Description |
---|---|
overall_score
|
Current Resiliency Score for the gateway. |
score_change
|
Update in the Resiliency Score for the gateway from the last computed score. |
min_score_from_recommendations
|
Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway. |
max_score_from_recommendations
|
Maximum increase expected in the score if all of the recommendations are applied for the gateway. |
last_computed_time
|
Timestamp denoting the last time when the resiliency score was computed for the gateway. |
next_eligible_compute_time
|
Timestamp denoting the next eligible time to re-compute the resiliency score for the gateway. |
components
|
List of Resiliency based Recommendation Components for the gateway. |