NodeHealthState Class

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

Inheritance
azure.servicefabric.models._models_py3.EntityHealthState
NodeHealthState

Constructor

NodeHealthState(*, aggregated_health_state=None, name: Optional[str] = None, id=None, **kwargs)

Parameters

aggregated_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'

name
str
Required

The name of a Service Fabric node.

id
NodeId
Required

An internal ID used by Service Fabric to uniquely identify a node. Node Id is deterministically generated from node name.