Class InstanceTemplateShieldedInstanceConfigArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceTemplateShieldedInstanceConfigArgs : ResourceArgs
Constructors
View SourceInstanceTemplateShieldedInstanceConfigArgs()
Declaration
public InstanceTemplateShieldedInstanceConfigArgs()
Properties
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 Input<bool> EnableIntegrityMonitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> EnableSecureBoot { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> EnableVtpm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |