Interface Pool.UpdateStages.WithTargetNodeCommunicationMode
- All Known Subinterfaces:
Pool.Update
- Enclosing interface:
- Pool.UpdateStages
public static interface Pool.UpdateStages.WithTargetNodeCommunicationMode
The stage of the Pool update allowing to specify targetNodeCommunicationMode.
-
Method Summary
Modifier and TypeMethodDescriptionwithTargetNodeCommunicationMode(NodeCommunicationMode targetNodeCommunicationMode) Specifies the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service.
-
Method Details
-
withTargetNodeCommunicationMode
Specifies the targetNodeCommunicationMode property: Determines how a pool communicates with the Batch service. If omitted, the default value is Default..- Parameters:
targetNodeCommunicationMode- Determines how a pool communicates with the Batch service. If omitted, the default value is Default.- Returns:
- the next definition stage.
-