ShieldedInstanceConfigArgs

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

Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).

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

Optional. Defines whether instances have integrity monitoring enabled.

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

Optional. Defines whether instances have Secure Boot enabled.

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

Optional. Defines whether instances have the vTPM enabled.