Freigeben über


NodeDeactivationIntent type

Definiert Werte für NodeDeactivationIntent. Mögliche Werte sind: 'Invalid', 'Pause', 'Restart', 'RemoveData', 'RemoveNode'

type NodeDeactivationIntent =
  | "Invalid"
  | "Pause"
  | "Restart"
  | "RemoveData"
  | "RemoveNode"