GceShieldedInstanceConfigArgs

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

A set of Compute Engine Shielded instance options.

Constructors

Link copied to clipboard
constructor(enableIntegrityMonitoring: Output<Boolean>? = null, enableSecureBoot: Output<Boolean>? = null, enableVtpm: Output<Boolean>? = null)

Properties

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

Whether the instance has integrity monitoring enabled.

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

Whether the instance has Secure Boot enabled.

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

Whether the instance has the vTPM enabled.

Functions

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