Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeUpgradeProgressInfo

Package version

Information about the upgrading node and its status

Hierarchy

  • NodeUpgradeProgressInfo

Index

Properties

Optional nodeName

nodeName: undefined | string

The name of a Service Fabric node.

Optional pendingSafetyChecks

pendingSafetyChecks: SafetyCheckWrapper[]

List of pending safety checks

Optional upgradePhase

upgradePhase: NodeUpgradePhase

The state of the upgrading node. Possible values include: 'Invalid', 'PreUpgradeSafetyCheck', 'Upgrading', 'PostUpgradeSafetyCheck'

Generated using TypeDoc