Class InstanceTemplateShieldedInstanceConfig
Inheritance
System.Object
InstanceTemplateShieldedInstanceConfig
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 InstanceTemplateShieldedInstanceConfig
Fields
View SourceEnableIntegrityMonitoring
-- 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> |
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> |
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> |