Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NodeDeactivationInfo

Package version

Information about the node deactivation. This information is valid for a node that is undergoing deactivation or has already been deactivated.

Hierarchy

  • NodeDeactivationInfo

Index

Properties

Optional nodeDeactivationIntent

nodeDeactivationIntent: NodeDeactivationIntent

The intent or the reason for deactivating the node. Following are the possible values for it. Possible values include: 'Invalid', 'Pause', 'Restart', 'RemoveData', 'RemoveNode'

Optional nodeDeactivationStatus

nodeDeactivationStatus: NodeDeactivationStatus

The status of node deactivation operation. Following are the possible values. Possible values include: 'None', 'SafetyCheckInProgress', 'SafetyCheckComplete', 'Completed'

Optional nodeDeactivationTask

nodeDeactivationTask: NodeDeactivationTask[]

List of tasks representing the deactivation operation on the node.

Optional pendingSafetyChecks

pendingSafetyChecks: SafetyCheckWrapper[]

List of pending safety checks

Generated using TypeDoc