EntityHealthStateChunk Class

A base type for the health state chunk of various entities in the cluster. It contains the aggregated health state.

Inheritance
EntityHealthStateChunk

Constructor

EntityHealthStateChunk(*, health_state=None, **kwargs)

Parameters

health_state
str or HealthState
Required

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'