InterNodeCommunicationState Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.InterNodeCommunicationState

public enum InterNodeCommunicationState
extends Enum<InterNodeCommunicationState>

Whether the pool permits direct communication between nodes. 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

Enum value Disabled.

ENABLED

Enum value Enabled.

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
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static InterNodeCommunicationState valueOf(String name)

Parameters

name
String

Returns

values()

public static InterNodeCommunicationState[] values()

Returns

Applies to