NodeHealthStateChunk Class

Represents the health state chunk of a node, which contains the node name and its aggregated health state.

Inheritance
azure.servicefabric.models._models_py3.EntityHealthStateChunk
NodeHealthStateChunk

Constructor

NodeHealthStateChunk(*, health_state=None, node_name: Optional[str] = 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'

node_name
str
Required

The name of a Service Fabric node.