ClusterNodePoolPlacementPolicyArgs

data class ClusterNodePoolPlacementPolicyArgs(val policyName: Output<String>? = null, val tpuTopology: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ClusterNodePoolPlacementPolicyArgs>

Constructors

Link copied to clipboard
fun ClusterNodePoolPlacementPolicyArgs(policyName: Output<String>? = null, tpuTopology: Output<String>? = null, type: Output<String>)

Functions

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

Properties

Link copied to clipboard
val policyName: Output<String>? = null
Link copied to clipboard
val tpuTopology: Output<String>? = null
Link copied to clipboard
val type: Output<String>

Telemetry integration for the cluster. Supported values (ENABLED, DISABLED, SYSTEM_ONLY); SYSTEM_ONLY (Only system components are monitored and logged) is only available in GKE versions 1.15 and later.