Interface Pool.UpdateStages.WithInterNodeCommunication

All Known Subinterfaces:
Pool.Update
Enclosing interface:
Pool.UpdateStages

public static interface Pool.UpdateStages.WithInterNodeCommunication
The stage of the Pool update allowing to specify interNodeCommunication.
  • Method Details

    • withInterNodeCommunication

      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.