NodePlacementPolicyType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.azure.batch.protocol.models.NodePlacementPolicyType

public enum NodePlacementPolicyType
extends Enum<NodePlacementPolicyType>

Defines values for NodePlacementPolicyType.

Fields

REGIONAL

All nodes in the pool will be allocated in the same region.

ZONAL

Nodes in the pool will be spread across different availability zones with best effort balancing.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static NodePlacementPolicyType fromString(String value)

Parses a serialized value to a NodePlacementPolicyType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static NodePlacementPolicyType valueOf(String name)

Parameters

name
String

Returns

values()

public static NodePlacementPolicyType[] values()

Returns

Applies to