NodeCommunicationMode Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.NodeCommunicationMode

public enum NodeCommunicationMode
extends Enum<NodeCommunicationMode>

Defines values for NodeCommunicationMode.

Fields

CLASSIC

Nodes using the classic communication mode require inbound TCP communication on ports 29876 and 29877 from the "BatchNodeManagement.{region}" service tag and outbound TCP communication on port 443 to the "Storage.region" and "BatchNodeManagement.{region}" service tags.

DEFAULT

The node communication mode is automatically set by the Batch service.

SIMPLIFIED

Nodes using the simplified communication mode require outbound TCP communication on port 443 to the "BatchNodeManagement.{region}" service tag.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static NodeCommunicationMode fromString(String value)

Parses a serialized value to a NodeCommunicationMode instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed NodeCommunicationMode object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static NodeCommunicationMode valueOf(String name)

Parameters

name
String

Returns

values()

public static NodeCommunicationMode[] values()

Returns

Applies to