Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeHealthStateChunk

Package version

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

Hierarchy

Index

Properties

Properties

Optional healthState

healthState: HealthState

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'

Optional nodeName

nodeName: undefined | string

The name of a Service Fabric node.

Generated using TypeDoc