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.EntityHealthStateNodeHealthState
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'
- id
- NodeId
Required
An internal ID used by Service Fabric to uniquely identify a node. Node Id is deterministically generated from node name.
Feedback
Submit and view feedback for