Shielded Vm Config Args
    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)