Show / Hide Table of Contents

Class InstanceShieldedInstanceConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceShieldedInstanceConfigArgs
Inherited Members
ResourceArgs.Empty
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 InstanceShieldedInstanceConfigArgs : ResourceArgs

Constructors

View Source

InstanceShieldedInstanceConfigArgs()

Declaration
public InstanceShieldedInstanceConfigArgs()

Properties

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 Input<bool> EnableIntegrityMonitoring { get; set; }
Property Value
Type Description
Input<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 Input<bool> EnableSecureBoot { get; set; }
Property Value
Type Description
Input<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 Input<bool> EnableVtpm { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.