UpgradeDomainNodesHealthEvaluation Class

Definition

Represents health evaluation for cluster nodes in an upgrade domain, containing health evaluations for each unhealthy node that impacted current aggregated health state. Can be returned when evaluating cluster health during cluster upgrade and the aggregated health state is either Error or Warning.

public sealed class UpgradeDomainNodesHealthEvaluation : System.Fabric.Health.HealthEvaluation
type UpgradeDomainNodesHealthEvaluation = class
    inherit HealthEvaluation
Public NotInheritable Class UpgradeDomainNodesHealthEvaluation
Inherits HealthEvaluation
Inheritance
UpgradeDomainNodesHealthEvaluation

Properties

AggregatedHealthState

The aggregated health state of the evaluated entity.

(Inherited from HealthEvaluation)
Description

Gets the description of the health evaluation, which represents a summary of the evaluation process.

(Inherited from HealthEvaluation)
Kind

Gets the kind of the health evaluation.

(Inherited from HealthEvaluation)
MaxPercentUnhealthyNodes

Gets the maximum allowed percentage of unhealthy nodes from the ClusterHealthPolicy.

TotalCount

Gets the total number of nodes in the current upgrade domain.

UnhealthyEvaluations

Gets the list of unhealthy evaluations that led to the aggregated health state. Includes all the unhealthy NodeHealthEvaluation that impacted the aggregated health.

UpgradeDomainName

Gets the name of the upgrade domain where nodes health is currently evaluated.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to