Pool.DefinitionStages.WithInterNodeCommunication Interface
public static interface Pool.DefinitionStages.WithInterNodeCommunication
The stage of the Pool definition allowing to specify interNodeCommunication.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)
Specifies the inter |
Method Details
withInterNodeCommunication
public abstract Pool.DefinitionStages.WithCreate 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: