WorkstationConfigHostGceInstanceShieldedInstanceConfigArgs

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

Constructors

fun WorkstationConfigHostGceInstanceShieldedInstanceConfigArgs(enableIntegrityMonitoring: Output<Boolean>? = null, enableSecureBoot: Output<Boolean>? = null, enableVtpm: Output<Boolean>? = null)

Functions

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

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.