NodePoolNodeConfigShieldedInstanceConfig

data class NodePoolNodeConfigShieldedInstanceConfig(val enableIntegrityMonitoring: Boolean? = null, val enableSecureBoot: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enableIntegrityMonitoring: Boolean? = null, enableSecureBoot: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines whether the instance has integrity monitoring enabled.

Link copied to clipboard

Defines whether the instance has Secure Boot enabled.