InstanceFromMachineImageShieldedInstanceConfig

data class InstanceFromMachineImageShieldedInstanceConfig(val enableIntegrityMonitoring: Boolean? = null, val enableSecureBoot: Boolean? = null, val enableVtpm: Boolean? = null)

Constructors

constructor(enableIntegrityMonitoring: Boolean? = null, enableSecureBoot: Boolean? = null, enableVtpm: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether integrity monitoring is enabled for the instance.

Link copied to clipboard

Whether secure boot is enabled for the instance.

Link copied to clipboard
val enableVtpm: Boolean? = null

Whether the instance uses vTPM.