NodePoolTeeConfigArgs

data class NodePoolTeeConfigArgs(val teeEnable: Output<Boolean>? = null) : ConvertibleToJava<NodePoolTeeConfigArgs>

Constructors

Link copied to clipboard
constructor(teeEnable: Output<Boolean>? = null)

Properties

Link copied to clipboard
val teeEnable: Output<Boolean>? = null

Specifies whether to enable confidential computing for the cluster.

Functions

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