GceShieldedInstanceConfigResponse

data class GceShieldedInstanceConfigResponse(val enableIntegrityMonitoring: Boolean, val enableSecureBoot: Boolean, val enableVtpm: Boolean)

A set of Compute Engine Shielded instance options.

Constructors

Link copied to clipboard
constructor(enableIntegrityMonitoring: Boolean, enableSecureBoot: Boolean, enableVtpm: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the instance has integrity monitoring enabled.

Link copied to clipboard

Whether the instance has Secure Boot enabled.

Link copied to clipboard

Whether the instance has the vTPM enabled.