ComputeNodeDeallocationOption type
Defines values for ComputeNodeDeallocationOption. Possible values include: 'requeue', 'terminate', 'taskCompletion', 'retainedData'
type ComputeNodeDeallocationOption =
| "requeue"
| "terminate"
| "taskcompletion"
| "retaineddata"