ComputeNodeRebootOption type
Define valores para ComputeNodeRebootOption. Los valores posibles son: 'requeue', 'terminate', 'taskCompletion', 'retainedData'
type ComputeNodeRebootOption =
| "requeue"
| "terminate"
| "taskcompletion"
| "retaineddata"