InterNodeCommunicationState Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. InterNodeCommunicationState
- com.
- java.
public enum InterNodeCommunicationState
extends Enum<InterNodeCommunicationState>
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'.
Fields
| DISABLED |
Disable network communication between virtual machines. |
| ENABLED |
Enable network communication between virtual machines. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static InterNodeCommunicationState fromString(String value)
Parses a serialized value to a InterNodeCommunicationState instance.
Parameters
- value
- String