ShieldedVmConfigResponse

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

A set of Shielded VM options.

Constructors

Link copied to clipboard
fun ShieldedVmConfigResponse(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.

Link copied to clipboard

Defines whether the instance has Secure Boot enabled.

Link copied to clipboard

Defines whether the instance has the vTPM enabled.