PoolNodePlacementArgs

data class PoolNodePlacementArgs(val policy: Output<String>? = null) : ConvertibleToJava<PoolNodePlacementArgs>

Constructors

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

Properties

Link copied to clipboard
val policy: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): PoolNodePlacementArgs