ShieldedInstanceConfigResponse

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

Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).

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

Optional. Defines whether instances have integrity monitoring enabled.

Link copied to clipboard

Optional. Defines whether instances have Secure Boot enabled.

Link copied to clipboard

Optional. Defines whether instances have the vTPM enabled.