NodePoolPlacementPolicy

data class NodePoolPlacementPolicy(val policyName: String? = null, val tpuTopology: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(policyName: String? = null, tpuTopology: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyName: String? = null

If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.

Link copied to clipboard
val tpuTopology: String? = null

The TPU placement topology for pod slice node pool.

Link copied to clipboard

The type of the policy. Supports a single value: COMPACT. Specifying COMPACT placement policy type places node pool's nodes in a closer physical proximity in order to reduce network latency between nodes.