InterNodeCommunicationState Enum

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

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
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