ShieldedInstanceConfigArgs

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

A set of Shielded Instance options.

Constructors

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

Functions

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

Properties

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

Defines whether the instance has integrity monitoring enabled. Enabled by default.

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

Defines whether the instance has Secure Boot enabled. Disabled by default.

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

Defines whether the instance has the vTPM enabled. Enabled by default.