Share via


Pool.UpdateStages.WithTargetNodeCommunicationMode Interface

public static interface Pool.UpdateStages.WithTargetNodeCommunicationMode

The stage of the Pool update allowing to specify targetNodeCommunicationMode.

Method Summary

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

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

Method Details

withTargetNodeCommunicationMode

public abstract Pool.Update 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