InterNodeCommunicationState Enum

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

public enum InterNodeCommunicationState
extends Enum<InterNodeCommunicationState>

Defines values for InterNodeCommunicationState.

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