Interface Pool.DefinitionStages.WithTargetNodeCommunicationMode
- All Known Subinterfaces:
Pool.Definition,Pool.DefinitionStages.WithCreate
- Enclosing interface:
- Pool.DefinitionStages
public static interface Pool.DefinitionStages.WithTargetNodeCommunicationMode
The stage of the Pool definition 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
Pool.DefinitionStages.WithCreate withTargetNodeCommunicationMode(NodeCommunicationMode targetNodeCommunicationMode) 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.
-