NodePoolNodeConfigShieldedInstanceConfigArgs

data class NodePoolNodeConfigShieldedInstanceConfigArgs(val enableIntegrityMonitoring: Output<Boolean>? = null, val enableSecureBoot: Output<Boolean>? = null) : ConvertibleToJava<NodePoolNodeConfigShieldedInstanceConfigArgs>

Constructors

constructor(enableIntegrityMonitoring: Output<Boolean>? = null, enableSecureBoot: Output<Boolean>? = null)

Properties

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

Defines whether the instance has integrity monitoring enabled.

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

Defines whether the instance has Secure Boot enabled.

Functions

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