InterNodeCommunicationState Enum

  • java.lang.Object
    • java.lang.Enum<InterNodeCommunicationState>
      • com.microsoft.azure.management.batch.InterNodeCommunicationState

public enum InterNodeCommunicationState

Defines values for InterNodeCommunicationState.

Fields

DISABLED

Disable network communication between virtual machines.

ENABLED

Enable network communication between virtual machines.

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

String

Applies to