共用方式為


ComputeNodeDeallocationOption type

定義 ComputeNodeDeallocationOption 的值。 可能的值包括:'requeue'、'terminate'、'taskCompletion'、'retainedData'

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