ShieldedInstanceConfigResponse

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

A set of Shielded Instance options.

Constructors

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

Types

Link copied to clipboard
object Companion

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.