Compute Node Deallocation Option
enum ComputeNodeDeallocationOption : Enum<ComputeNodeDeallocationOption> , ConvertibleToJava<ComputeNodeDeallocationOption>
If omitted, the default value is Requeue.
Entries
Link copied to clipboard
Allow currently running tasks to complete. Schedule no new tasks while waiting. Remove nodes when all tasks have completed.
Link copied to clipboard
Allow currently running tasks to complete, then wait for all task data retention periods to expire. Schedule no new tasks while waiting. Remove nodes when all task retention periods have expired.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.