NodePlacementPolicyType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. NodePlacementPolicyType
- com.
- java.
public enum NodePlacementPolicyType
extends Enum<NodePlacementPolicyType>
The default value is regional.
Fields
| REGIONAL |
All nodes in the pool will be allocated in the same region. |
| ZONAL |
Nodes in the pool will be spread across different 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