Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeImpact

Package version

Describes the expected impact of a repair to a particular node.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

Hierarchy

  • NodeImpact

Index

Properties

Properties

Optional impactLevel

impactLevel: ImpactLevel

The level of impact expected. Possible values include: 'Invalid', 'None', 'Restart', 'RemoveData', 'RemoveNode'

nodeName

nodeName: string

The name of the impacted node.

Generated using TypeDoc