BatchNodeCommunicationMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. BatchNodeCommunicationMode
- com.
- com.
public final class BatchNodeCommunicationMode
extends ExpandableStringEnum<BatchNodeCommunicationMode>
BatchNodeCommunicationMode enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Batch |
CLASSIC
Nodes using the classic communication mode require inbound TCP communication on ports 29876 and 29877 from the "Batch |
|
static final
Batch |
DEFAULT
The node communication mode is automatically set by the Batch service. |
|
static final
Batch |
SIMPLIFIED
Nodes using the simplified communication mode require outbound TCP communication on port 443 to the "Batch |
Constructor Summary
| Constructor | Description |
|---|---|
| BatchNodeCommunicationMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Batch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromString(String name)
Creates or finds a Batch |
|
static
Collection<Batch |
values()
Gets known Batch |
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
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:
Returns:
values
public static Collection<BatchNodeCommunicationMode> values()
Gets known BatchNodeCommunicationMode values.
Returns: