PoolNodePlacement

data class PoolNodePlacement(val policy: String? = null)

Constructors

Link copied to clipboard
constructor(policy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policy: String? = null

The placement policy for allocating nodes in the pool. Values are: "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 the best effort balancing. Defaults to Regional.