Show / Hide Table of Contents

Class InstanceShieldedInstanceConfig

Inheritance
System.Object
InstanceShieldedInstanceConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceShieldedInstanceConfig

Fields

View Source

EnableIntegrityMonitoring

-- Compare the most recent boot measurements to the integrity policy baseline and return a pair of pass/fail results depending on whether they match or not. Defaults to true.

Declaration
public readonly bool? EnableIntegrityMonitoring
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

EnableSecureBoot

-- Verify the digital signature of all boot components, and halt the boot process if signature verification fails. Defaults to false.

Declaration
public readonly bool? EnableSecureBoot
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

EnableVtpm

-- Use a virtualized trusted platform module, which is a specialized computer chip you can use to encrypt objects like keys and certificates. Defaults to true.

Declaration
public readonly bool? EnableVtpm
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.