你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str

Current Resiliency Score for the gateway.

Default value: None
score_change
str

Update in the Resiliency Score for the gateway from the last computed score.

Default value: None
min_score_from_recommendations
str

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
str

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
str

Current Resiliency Score for the gateway.

score_change
str

Update in the Resiliency Score for the gateway from the last computed score.

min_score_from_recommendations
str

Minimum increase expected in the score if the at least one of the recommendations is applied for the gateway.

max_score_from_recommendations
str

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.