Share via


Pool.DefinitionStages.WithTargetNodeCommunicationMode Interface

public static interface Pool.DefinitionStages.WithTargetNodeCommunicationMode

The stage of the Pool definition allowing to specify targetNodeCommunicationMode.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTargetNodeCommunicationMode(NodeCommunicationMode targetNodeCommunicationMode)

Specifies the targetNodeCommunicationMode property: If omitted, the default value is Default..

Method Details

withTargetNodeCommunicationMode

public abstract Pool.DefinitionStages.WithCreate withTargetNodeCommunicationMode(NodeCommunicationMode targetNodeCommunicationMode)

Specifies the targetNodeCommunicationMode property: If omitted, the default value is Default..

Parameters:

targetNodeCommunicationMode - If omitted, the default value is Default.

Returns:

the next definition stage.

Applies to