Bagikan melalui


ComputeNodeDeallocationOption type

Menentukan nilai untuk ComputeNodeDeallocationOption. Nilai yang mungkin termasuk: 'requeue', 'terminate', 'taskCompletion', 'retainedData'

type ComputeNodeDeallocationOption =
  | "requeue"
  | "terminate"
  | "taskcompletion"
  | "retaineddata"