ShieldedVmConfigArgs

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

A set of Shielded VM options.

Constructors

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

Functions

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

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.

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

Defines whether the instance has the vTPM enabled.