Pool.UpdateStages.WithTaskSlotsPerNode Interface
public static interface Pool.UpdateStages.WithTaskSlotsPerNode
The stage of the Pool update allowing to specify taskSlotsPerNode.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withTaskSlotsPerNode(Integer taskSlotsPerNode)
Specifies the task |
Method Details
withTaskSlotsPerNode
public abstract Pool.Update withTaskSlotsPerNode(Integer taskSlotsPerNode)
Specifies the taskSlotsPerNode property: The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256..
Parameters:
Returns: