Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeHealthState

Package version

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

Hierarchy

Index

Properties

Optional aggregatedHealthState

aggregatedHealthState: 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 id

id: NodeId

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

Optional name

name: undefined | string

The name of a Service Fabric node.

Generated using TypeDoc