Pool.UpdateStages.WithInterNodeCommunication Interface
public static interface Pool.UpdateStages.WithInterNodeCommunication
The stage of the Pool update allowing to specify interNodeCommunication.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Specifies the inter |
Method Details
withInterNodeCommunication
public abstract Pool.Update withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Specifies the interNodeCommunication property: This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'..
Parameters:
Returns: