NodePlacementPolicyType Enum

Definition

The placement policy for allocating nodes in the pool. The default value is regional.

public enum NodePlacementPolicyType
type NodePlacementPolicyType = 
Public Enum NodePlacementPolicyType
Inheritance
NodePlacementPolicyType

Fields

Regional 0

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

Zonal 1

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

Applies to