Shielded Instance Config Args
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.
Properties
Link copied to clipboard
Defines whether the instance has integrity monitoring enabled. Enabled by default.
Link copied to clipboard
Defines whether the instance has Secure Boot enabled. Disabled by default.
Link copied to clipboard
Defines whether the instance has the vTPM enabled. Enabled by default.