Share via


BatchNodeCommunicationMode Class

public final class BatchNodeCommunicationMode
extends ExpandableStringEnum<BatchNodeCommunicationMode>

BatchNodeCommunicationMode enums.

Field Summary

Modifier and Type Field and Description
static final BatchNodeCommunicationMode 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.

static final BatchNodeCommunicationMode DEFAULT

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

static final BatchNodeCommunicationMode SIMPLIFIED

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

Constructor Summary

Constructor Description
BatchNodeCommunicationMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchNodeCommunicationMode value.

Method Summary

Modifier and Type Method and Description
static BatchNodeCommunicationMode fromString(String name)

Creates or finds a BatchNodeCommunicationMode from its string representation.

static Collection<BatchNodeCommunicationMode> values()

Gets known BatchNodeCommunicationMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CLASSIC

public static final BatchNodeCommunicationMode 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

public static final BatchNodeCommunicationMode DEFAULT

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

SIMPLIFIED

public static final BatchNodeCommunicationMode SIMPLIFIED

Nodes using the simplified communication mode require outbound TCP communication on port 443 to the "BatchNodeManagement.{region}" service tag. No open inbound ports are required.

Constructor Details

BatchNodeCommunicationMode

@Deprecated
public BatchNodeCommunicationMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchNodeCommunicationMode value.

Method Details

fromString

public static BatchNodeCommunicationMode fromString(String name)

Creates or finds a BatchNodeCommunicationMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BatchNodeCommunicationMode.

values

public static Collection<BatchNodeCommunicationMode> values()

Gets known BatchNodeCommunicationMode values.

Returns:

known BatchNodeCommunicationMode values.

Applies to