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 interNodeCommunication property: Whether the pool permits direct communication between nodes.

Method Details

withInterNodeCommunication

public abstract Pool.Update withInterNodeCommunication(InterNodeCommunicationState interNodeCommunication)

Specifies the interNodeCommunication property: Whether the pool permits direct communication between nodes. 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:

interNodeCommunication - Whether the pool permits direct communication between nodes. 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'.

Returns:

the next definition stage.

Applies to